11.06.2017, 18:42
Quote:
hhhhhhhh that is not the prob because
PHP код:
|
and also i told you the problem is in
SendClientMessageToAll(playerid, connected); this is not how you use SendClientMessageToAll
SendClientMessageToAll(color, const message[]);
example:
PHP код:
SendClientMessageToAll(0xFF0000FF, "Red");
PHP код:
SendClientMessageToAll(playerid, connected); //connected is ok but playerid is wrong it will send the message with the color of the playerid id wich is 0-1000 depends on your server max and that why you dont see the message because the color is invalid