30.05.2018, 17:29
PHP код:
if(!strcmp(text[0], "!") && gangData[playerid][gangID] == 5)//Try this
{
format(tag, sizeof(tag),"{%s}[BL]%s(%i): {FFFFFF}%s", color, playerData[playerid][playerNamee], playerid, text);
}
else
{
format(tag, sizeof(tag),"{%s}%s(%i): {FFFFFF}%s", color, playerData[playerid][playerNamee], playerid, text);
}
SendClientMessageToAll(COLOR_WHITE, tag);