13.07.2009, 19:35
Quote:
|
Originally Posted by krawN
Hey, I have a question.
How could I give money to all just like this? Quote:
|
Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
GivePlayerMoney(i,1000);
}
}

