Quote:
Originally Posted by [HK]Ryder[AN]
try this
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[1]); MessageToGang(0x8000FFC8,string); return 0; }
|
it gets compiled but doesnt works