Set Bomb Timer Lower - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Set Bomb Timer Lower (
/showthread.php?tid=198154)
Set Bomb Timer Lower -
sapsap - 11.12.2010
Hey guys,
in my script (a german one) I got this faction called Terrorists. You can put bombs and all that stuff, now my problem: It's scripted that you can only put a bomb every 40 mins :/ . I've looked all over the script for something with 2400 seconds (40 mins). Does anyone maybe have an idea what I can do??
Thanks in advance
Re: Set Bomb Timer Lower -
blackwave - 11.12.2010
Why dont you look around the script for: SetTimer or SetTimerEx ? and that's milliseconds, not seconds. So, if 60000 = 60sec = 1min | Then it'd be: 2400000
Re: Set Bomb Timer Lower -
sapsap - 11.12.2010
Thanks, working now