26.07.2010, 08:57
use timers
Код:
forward payday(); Under gamemodeinit SetTimer("payday",timehere,true); public payday() { for(new i = 0; i < MAX_PLAYERS; i++) { SafeGivePlayerMoney(i, amount); } }