27.12.2009, 23:25
how i can make it to it gives every minute money not a score .
Код:
public MinuteMoney()
{
for(new i=0; i<MAX_PLAYERS; i++ )
{
if(IsPlayerInAnyVehicle(i))
{
SetPlayerScore(i, GetPlayerScore(i)+1);
}
}
return 1;
}

