17.09.2012, 16:38
you can use this as a cmd...
Код:
new onlinePlayers ,winner; for(new i = 0; i < MAX_PLAYERS ; i++) { if(IsPlayerConnected(i) ) onlinePlayers++; } winner = random(onlinePlayers); GivePlayerMoney(winner ,5000); SendClinetMessage(winner ,COLOR_GREEN ,"Congrats ,you won 5000$ on a random draw!");