PayDay help
#4

I know the script you're using. Use CTRL + F and paste this code:

pawn Код:
productiontimer = SetTimer("Production", 900000, 1); //15 mins (900000)
Change value (900000) to a 1200000 (20 minutes, as you wanted above).

CTRL + F again and type this:

pawn Код:
function Production()
Scroll down a little until you find this line:

pawn Код:
if(PlayerData[i][pPayDay] < 4)
And change the < 4 to < 1

pawn Код:
if(PlayerData[i][pPayDay] < 1)
And it should work. My apologies if it's not the same script, I only assumed this as the PayDay function is pretty much identical to the script I'm viewing right now.
Reply


Messages In This Thread
PayDay help - by cezar1121 - 28.02.2015, 20:06
Re: PayDay help - by cezar1121 - 28.02.2015, 21:13
Re: PayDay help - by Abagail - 28.02.2015, 21:17
Re: PayDay help - by DanishHaq - 28.02.2015, 21:42
Re: PayDay help - by cezar1121 - 01.03.2015, 07:42
Re: PayDay help - by cezar1121 - 01.03.2015, 15:57
Re: PayDay help - by MikE1990 - 01.03.2015, 18:09

Forum Jump:


Users browsing this thread: 4 Guest(s)