pick a random guy?
#1

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?

Код:
for(new i; i<500; i++)if(IsPlayerConnected(i))
	{
		new r = random(i);
		Kick®;
	}
is this how it works?
Reply


Messages In This Thread
pick a random guy? - by MrIncredible - 11.01.2011, 22:48
Re: pick a random guy? - by Kitten - 11.01.2011, 23:00
Re: pick a random guy? - by MrIncredible - 11.01.2011, 23:04
AW: pick a random guy? - by Extremo - 11.01.2011, 23:07
Re: pick a random guy? - by Kyosaur - 11.01.2011, 23:14
Re: pick a random guy? - by Joe Staff - 11.01.2011, 23:22

Forum Jump:


Users browsing this thread: 3 Guest(s)