SA-MP Forums Archive
Timer Error Please Help - 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: Timer Error Please Help (/showthread.php?tid=537412)



Timer Error Please Help - FisherMan - 15.09.2014

Thanks, Guys
Removed


Re: Timer Error Please Help - SilentSoul - 15.09.2014

Because you have extra bracket SetTimerEx("Unjail", 60000, 1, "i", targetid)); remove it, your code should work.


Re: Timer Error Please Help - MikeEd - 15.09.2014

pawn Код:
SetTimerEx("Unjail", 60000, 1, "i", targetid);// 1 second = 1000(milliseconds)
This was as simple as removing a comma, look at tutorials and learn more about scripting