28.11.2012, 12:49
Hi.I wanna when the time is XX:00 all players to get 2000 money.I didn't know how to make this with time.Thanks
if(hour==12)//if you want to give them at 12
for(new i =0;i <MAX_PLAYERS;++i)
if(IsPlayerConnected(i)) GivePlayerMoney(i,2000);