Message Not Work
#9

Quote:
Originally Posted by HoussamMaroc
Посмотреть сообщение
hhhhhhhh that is not the prob because
PHP код:
Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase 
the prob in new connect[999];
the problem is not there but dont use 999 use 128

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"); 
you used

PHP код:
SendClientMessageToAll(playeridconnected); //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 
Reply


Messages In This Thread
Message Not Work - by HoussamMaroc - 11.06.2017, 18:18
Re: Message Not Work - by Whatname - 11.06.2017, 18:23
Re: Message Not Work - by HoussamMaroc - 11.06.2017, 18:31
Re: Message Not Work - by HoussamMaroc - 11.06.2017, 18:33
Re: Message Not Work - by kalanerik99 - 11.06.2017, 18:35
Re: Message Not Work - by HoussamMaroc - 11.06.2017, 18:37
Re: Message Not Work - by kalanerik99 - 11.06.2017, 18:39
Re: Message Not Work - by HoussamMaroc - 11.06.2017, 18:41
Re: Message Not Work - by Whatname - 11.06.2017, 18:42
Re: Message Not Work - by HoussamMaroc - 11.06.2017, 18:46

Forum Jump:


Users browsing this thread: 1 Guest(s)