Private timers - 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: Private timers (
/showthread.php?tid=149828)
Private timers -
luigifan9 - 23.05.2010
Okay, So i know that to make a variable only affect one player you would
pawn Код:
new hamburger[MAX_PLAYERS];
BUT how would i do something like this with timers

I want it to only affect one player like that variable would.
Re: Private timers -
FUNExtreme - 23.05.2010
You have to use
SetTimerEx (clicky)
Click the link and watch the example, if you can't find it out. Ask for more help.
Re: Private timers -
luigifan9 - 23.05.2010
Quote:
Originally Posted by FUNExtreme
You have to use SetTimerEx (clicky)
Click the link and watch the example, if you can't find it out. Ask for more help.
|
ty, i just needed the function so this is perfect,