Chat id what player cant see the message?
#4

PHP код:
new string[128];
if(
Chat[playerid] == true)
{
    
format(string,sizeof(string),"(%i) %s: {FFFFFF}%s",playeridReturnName(playerid),text);
    
SendClientMessageToAll(GetPlayerColor(playerid), string);
}
else
{
    
format(string,sizeof(string),"%s: {FFFFFF}%s",playeridReturnName(playerid),text);
    
SendClientMessageToAll(GetPlayerColor(playerid), string);

Reply


Messages In This Thread
Chat id what player cant see the message? - by DerickClark - 30.07.2015, 23:01
Re: Chat id what player cant see the message? - by Abagail - 30.07.2015, 23:27
Re: Chat id what player cant see the message? - by DerickClark - 30.07.2015, 23:45
Re: Chat id what player cant see the message? - by youssefehab500 - 30.07.2015, 23:55

Forum Jump:


Users browsing this thread: 1 Guest(s)