[HELP]Routinely pay system - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [HELP]Routinely pay system (
/showthread.php?tid=482042)
[HELP]Routinely pay system -
JohnD123 - 19.12.2013
I want to update my gamemode, is anyone here have some lines for routinely pay system? This maybe similar to paycheck system in roleplay GM, but more frequently, once per 5 minutes
Re: [HELP]Routinely pay system -
Krakuski - 19.12.2013
Try this:
https://sampforum.blast.hk/showthread.php?tid=379291
And change this:
pawn Код:
SetTimer("paytime", 60000, 1);
To this:
pawn Код:
SetTimer("paytime", 300000, 1);
//300,000 miliseconds = 5 minutes