15.07.2012, 00:50
It will not work if you have more than 10 players on your server...
pTeleporting must be indexed: pTeleporting[ playerid ] = true;
You should make it a char array anyway.
Same thing with the timers assigned with variables, index those though don't use a char array.
pTeleporting must be indexed: pTeleporting[ playerid ] = true;
You should make it a char array anyway.
Same thing with the timers assigned with variables, index those though don't use a char array.