12.01.2013, 02:04
Quote:
|
SA-MP doesn't recognize the "%" it would show as "#" in the chat and only recognizes a few alt-codes.
|
I'm also pretty sure you CAN replace that symbol in the script of a server.
Player sends chat "%%%%"
SA-MP client changes "%%%%" to "####"SA-MP client sends "####"SA-MP server receives "####"Server script takes over and changes "####" to "%%%%"Message "%%%%" sent to client(s).


