08.06.2015, 04:19
Sadly escape characters (eg. \n, \t..etc.) are not supported in SCM so instead of using \t you can give spaces between characters manually, something like this :
But to keep it in proper alignment you have to change number of white-spaces in sentence as per as need.
PHP код:
SendClientMessage(playerid, -1, "Hi Hi");

