SetTimerEx help needed
#1

hello,

im trying to make a paycheck. Its a bit diffrent then others, but the timer needs to repeat...
I used this:

gamemodeinit

Код:
paychecktimer4 = SetTimerEx("paychecktimer1", 900000, true, "i");
Then the forward paychecktimer4

Код:
public paychecktimer1(playerid)
{
paycheck[playerid] = 0;
paychecktimer3 = SetTimer("paychecktimer2", 300000, false);
SendClientMessageToAll(COLOR_RED, "[PAYCHECK] "green"You are now avaible to pick up your "white"Paycheck "green"at the LS city hall (Ask players) For playing 15 minutes Ultimate Stunts!");
SendClientMessageToAll(COLOR_RED, "[PAYCHECK] "green"Hurry! Because you have only "white"5 minutes to get it. "green"Type /paycheck at the place where it says that you need to do it.");
return 1;
}
I have all the new blabla; stuff etc, no errors. But in what i need to change the I from the settimerex? So it just go to that forward...?
thnx
Reply


Messages In This Thread
SetTimerEx help needed - by BloodGod - 02.09.2011, 09:04
Re: SetTimerEx help needed - by BloodGod - 02.09.2011, 09:18
Re: SetTimerEx help needed - by Vince - 02.09.2011, 09:35
Re: SetTimerEx help needed - by antonio112 - 02.09.2011, 09:36
Re: SetTimerEx help needed - by BloodGod - 02.09.2011, 09:45

Forum Jump:


Users browsing this thread: 1 Guest(s)