22.06.2014, 10:03
You have to replace your compiler files (so basically in your pawno folder) by the one you've downloaded.
And this is an example of how to use antislashes :
By the way, you can't use "strcat" with specifiers like "%s" or "%d" or "%f". Use format instead. strcat is used to concatenate two ready-to-use (so formatted) strings in one.
And this is an example of how to use antislashes :
PHP код:
new myString[256];
format(myString, 256, "Hi, this is a long message. I'll put some useless chars such as a flood of k to show you how to proceed. \
kkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk \
kkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk \
kkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk \
It's over. I hope you now know how to proceed.");