11.04.2011, 08:44
Have you got 30 players on your server when testing? The random function in your script will just get a random number 0 - 29, it doesn't check if the player is actually connected. Easiest way i can think of is using foreach.
pawn Код:
new randomplayer = Iter_Random(Player);