03.05.2015, 15:22
hi to all , can some1 help me with this question?
when some1 enter on my server they can't speak on chat "T"
this is my realchat system , same on other GameModes can some1 help me ?
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; } |