28.02.2015, 21:42
I know the script you're using. Use CTRL + F and paste this code:
Change value (900000) to a 1200000 (20 minutes, as you wanted above).
CTRL + F again and type this:
Scroll down a little until you find this line:
And change the < 4 to < 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.
pawn Код:
productiontimer = SetTimer("Production", 900000, 1); //15 mins (900000)
CTRL + F again and type this:
pawn Код:
function Production()
pawn Код:
if(PlayerData[i][pPayDay] < 4)
pawn Код:
if(PlayerData[i][pPayDay] < 1)