SA-MP Forums Archive
Timmer Issue - 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: Timmer Issue (/showthread.php?tid=165103)



Timmer Issue - Code_Red - 03.08.2010

Hey
Is There A Way To Set A Timer For One Player Only Like If I Do A /cmd A Timer Will Start Running for me? and only me?


Re: Timmer Issue - [MWR]Blood - 03.08.2010

Hmmm, I don't think this thing is possible.
It would be really nice if that exists in the next SA:MP releases.


Re: Timmer Issue - Mauzen - 03.08.2010

Yes, client-sided it's not possible, but would be really nice to have that some day.

But you could use SetTimerEx (https://sampwiki.blast.hk/wiki/SetTimerEx) and send the playerid as parameter, so you have the id of the typing player in your timer - almost the same, but still serversided.


Re: Timmer Issue - Code_Red - 03.08.2010

wow thanks Mauzen