11.01.2011, 22:48
ok, there are 50 ppl in the server, and i want to /kick a random guy.. now is this how i get a random player?
is this how it works?
Код:
for(new i; i<500; i++)if(IsPlayerConnected(i)) { new r = random(i); Kick®; }