Where's the problem? - 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: Where's the problem? (
/showthread.php?tid=633924)
Where's the problem? -
Inceptio - 09.05.2017
Delete
Re: Where's the problem? -
Jefff - 09.05.2017
SetTimer - global usage, loops, server config arrays
SetTimerEx - single player/option
now playerid is called as 0
pawn Код:
SetTimerEx("PDROBTimer", 120000, false, "i", playerid);
Re: Where's the problem? -
Inceptio - 10.05.2017
Quote:
Originally Posted by Jefff
SetTimer - global usage, loops, server config arrays
SetTimerEx - single player/option
now playerid is called as 0
pawn Код:
SetTimerEx("PDROBTimer", 120000, false, "i", playerid);
|
Oh lmao, I told you im dumb. Thanks.