SA-MP Forums Archive
SetTimerEx question - 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: SetTimerEx question (/showthread.php?tid=393501)



SetTimerEx question - scott1 - 18.11.2012

Hi all,

i just read this https://sampwiki.blast.hk/wiki/SetTimerEx

so i can't use settimerex with string?

Like

SetTimerEx("Test", 60000, false, "dss", playerid,pname,"reason"); ?

because when i use it, it make my server crash

Thank you

Max


Re : SetTimerEx question - lelemaster - 18.11.2012

Well, it think it's clear:

s Stands for a string parameter. [CURRENTLY UNUSABLE]


Re : SetTimerEx question - scott1 - 18.11.2012

hi,

thank you for your answerd,

but my server run on linux

It's pretty speiclal, becau i use this kind of system to make my npc say somethings with out bug and crash

Max


Re : SetTimerEx question - scott1 - 18.11.2012

No, lol, you don't understand my poor english lol.

When i use settimerex to make my bot speak, nothing bug.

But when i use settimerex with format string for an votekick ( to keep the reason ) it make my server crash

Max