12.09.2013, 11:52
I guess this should work
pawn Код:
if(text[0] == '#' && text[1] == '#' && PlayerInfo[playerid][gleader] == 1) {
new string[128]; GetPlayerName(playerid,string,sizeof(string));
format(string,sizeof(string),"Gang.Chat:[%i]%s: %s",playerid,string,text[2]);
MessageToGang(0x8000FFC8,string);
return 0;
}