Originally posted by Selby
Server script compile error
uninitialized variable "p"
***THIS IS NOT uninitialized variable "players"***
...it's just "p"...
...This is for Der Riese...
What does this mean?
...Please Help
..Thanks
it mean you haven't initialized the value p what i mean by this is is you haven't initialized p in the code you tried adding or making. for example you have put P with out initializing it to fix this you need p = so that p mean something or another way of ding it is example (p) both of these are initializing the letter p