08.08.2015, 13:45
And the problem? Btw once every second is a little unnecessary, if you don't expect the gamemode to crash very very often.
I can see one problem, you are not opening the foreach loop, like this;
I can see one problem, you are not opening the foreach loop, like this;
pawn Код:
foreach(Player,i)
{
}

