SA-MP Forums Archive
String as Timer parameter. - 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: String as Timer parameter. (/showthread.php?tid=513732)



String as Timer parameter. - AA9 - 17.05.2014

I have problem, with passing string to timer as a parameter. When i set the timer and i print the string result, all is fine. But when it prints, when timer is finished, then result is empty.

pawn Код:
GraffitiTimer[playerid] = SetTimerEx("GraffitiKontroll", 500, true, "iiiis", playerid,kuulid,2,GV2rv[playerid],inputtext);



Re: String as Timer parameter. - Denying - 17.05.2014

https://sampwiki.blast.hk/wiki/SetTimerEx

It's currently unavailable.


Re: String as Timer parameter. - AA9 - 17.05.2014

Thanks man.