Payday
#6

First, make a new function.


Код:
foward payday();
public payday(){
for(new i; i < MAX_PLAYERS; i++) {
new Payday = GivePlayerMoney(i, 1000);
SendClientMessage(i,COLOR,"payday!");
}
}
then put at the top of your script.

Код:
new paydaytimer;
then put this under OnGameModeInIt

Код:
paydaytimer = SetTimer("payday", 6000, 1);
Reply


Messages In This Thread
Payday - by Luis- - 07.08.2010, 14:09
Re: Payday - by ViruZZzZ_ChiLLL - 07.08.2010, 14:14
Re: Payday - by Luis- - 07.08.2010, 15:30
Re: Payday - by Luis- - 07.08.2010, 16:40
Re: Payday - by Hiddos - 07.08.2010, 16:42
Re: Payday - by -Rebel Son- - 07.08.2010, 16:48

Forum Jump:


Users browsing this thread: 5 Guest(s)