[HELP]Routinely pay system
#1

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
Reply
#2

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)