Quote:
|
Originally Posted by falco10291029
alright after some tweaking I ended up with the error:
"unexpected token: at line 12: for (pl: allplayerscount) {"
and it doesnt say what shouldnt be there 
|
allplayerscount is a variable, not an array, the statement you are looking for is:
NPC Code:
for(pl: allplayers) {
[edit] bastard pfa beat me to it >:P [/edit]