08.12.2016, 17:14
In my script i use this '»' in strings before sending a message this show that this message is from the server. At some places this message is displayed as '»' and in some 'В»'
The behivaour? It's 'В»' this message is displayed mostly, while '»' is only shown from the scripts which i use by including in my main script... #include <...Shop....> (Just an example) etc.
I did notice that it sends 'В»' for the messages which are from .pwn and not from .inc files? Pretty odd? I tried changing my main script to .pwn but no luck.
Example of 'В»'
Example of '»'
The behivaour? It's 'В»' this message is displayed mostly, while '»' is only shown from the scripts which i use by including in my main script... #include <...Shop....> (Just an example) etc.
I did notice that it sends 'В»' for the messages which are from .pwn and not from .inc files? Pretty odd? I tried changing my main script to .pwn but no luck.
Example of 'В»'
pawn Код:
format(string,sizeof(string),"» %s AKA: No Results Found.",targetip);
pawn Код:
'format(string,sizeof(string),"» %s (%d) has teleported to last checkpoint using (/lcp).",name,playerid);