Chat Problem
#1

hi to all , can some1 help me with this question?

when some1 enter on my server they can't speak on chat "T"

Quote:

new realchat = 1;

Quote:

if (realchat)
{
if(gPlayerLogged[playerid] == 0)
{
return 0;
}
if (PlayerInfo[playerid][pAdmin] >= 1)
{
new Colors[] = { COLOR_WHITE, COLOR_YELLOW, COLOR_LIGHTGREEN, COLOR_WHITE, TEAM_GROVE_COLOR, 0x008100AA };
SetPlayerChatBubble(playerid, text, Colors[random(sizeof(Colors))], 50.0, 5000);
}
GetPlayerName(playerid, sendername, sizeof(sendername));
format(string, sizeof(string), "%s: %s", sendername, text);
ProxDetector(20.0, playerid, string,COLOR_FADE1,COLOR_FADE2,COLOR_FADE3,COLOR_F ADE4,COLOR_FADE5);
return 0;
}

this is my realchat system , same on other GameModes can some1 help me ?
Reply


Messages In This Thread
Chat Problem - by StR_MaRy - 03.05.2015, 15:22
Re: Chat Problem - by Nenzittow - 03.05.2015, 15:27
Re: Chat Problem - by StR_MaRy - 03.05.2015, 15:32
Re: Chat Problem - by Nenzittow - 03.05.2015, 15:38
Re: Chat Problem - by StR_MaRy - 03.05.2015, 15:50

Forum Jump:


Users browsing this thread: 1 Guest(s)