28.06.2016, 01:56
Maybe the line is too long. Try to split your SendClientMessage in 2 SendClientMessage.
to
PHP код:
SendClientMesage(playerid, -1, "There is a loooooooooooong message");
PHP код:
SendClientMesage(playerid, -1, "There is a ");
SendClientMesage(playerid, -1, "loooooooooooong message");