19.05.2014, 16:46
Well you have to declare the variable i if you want to use it.
Also, I think you should use foreach like this:
Also, I think you should use foreach like this:
pawn Код:
foreach (i : Player)
// or even better
foreach (new i : Player)