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



Problem with SetTimerEx - Arrows73 - 13.08.2010

Hi,
I have an annoying bug with all SetTimerExs, every time when I try to send a String, the function in the end gets a string with a very funny text like:

Sent: abcdefghijklmnop
Received: ill@irc-AS3FDBSDES@serverffs.com

Sent:89.223.45.3
Received: <PlayerName>: Hi!

Its totally funny, it seems like the IRC Script bugs everything totally up, and changes all Timer - Strings to IRC Messages

Any Ideas?


Re: Problem with SetTimerEx - Arrows73 - 13.08.2010

Ive just tried a fixed char array size, then it works

=> forward TestFunction(string[]) => Bugs
=> forward TestFunction(string[64]) => works


Re: Problem with SetTimerEx - Arrows73 - 13.08.2010

OK forget my last message, it still does not work.

Is this a bug of the plugin? Has anyone had this issue before?


Re: Problem with SetTimerEx - ikey07 - 13.08.2010

what you use in print? %s or %d ?


Re: Problem with SetTimerEx - Arrows73 - 14.08.2010

%s (In format etc.)


Re: Problem with SetTimerEx - Claude - 14.08.2010

pawn Код:
SetTimerEx("[callbackname]", [time], [repeating], "s", string);