30.05.2011, 00:10
was bored & create that in 5 min
this chose a random connected player and give random amount of money
this chose a random connected player and give random amount of money
GetRandomPlayer(iPlayer = INVALID_PLAYER_ID)
{
offline:
iPlayer = random(MAX_PLAYERS);
if(!IsPlayerConnected(iPlayer)) goto offline;
return iPlayer;
}