Problem with SetTimerEx
#1

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?
Reply
#2

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

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

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

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

what you use in print? %s or %d ?
Reply
#5

%s (In format etc.)
Reply
#6

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


Forum Jump:


Users browsing this thread: 1 Guest(s)