Help with my Script.
#7

Quote:
Originally Posted by lrZ^ aka LarzI
Change
pawn Код:
SetTimer("Payday", 60000 , true); // Every 1 minutes the Timer will go off.900000
To:
pawn Код:
SetTimerEx( "Payday", 60000 , true, "i", playerid ); // Every 1 minutes the Timer will go off.900000
Change back to what you changed from, then change:
pawn Код:
public PayDay(playerid)
//and
forward PayDay(playerid);
To:
pawn Код:
public PayDay()
//and
forward PayDay();
___

And you said you got an error?
Post it here.
Reply


Messages In This Thread
Help with my Script. - by crazydc - 14.12.2009, 18:41
Re: Help with my Script. - by LarzI - 14.12.2009, 18:44
Re: Help with my Script. - by crazydc - 14.12.2009, 18:47
Re: Help with my Script. - by LarzI - 14.12.2009, 18:56
Re: Help with my Script. - by crazydc - 14.12.2009, 19:05
Re: Help with my Script. - by crazydc - 14.12.2009, 19:44
Re: Help with my Script. - by LarzI - 14.12.2009, 19:47
Re: Help with my Script. - by Tigerbeast11 - 14.12.2009, 19:49
Re: Help with my Script. - by LarzI - 14.12.2009, 19:52
Re: Help with my Script. - by Tigerbeast11 - 14.12.2009, 19:53

Forum Jump:


Users browsing this thread: 2 Guest(s)