09.09.2012, 03:54
This will do.
pawn Код:
if(text[0] == '*' && AccInfo[playerid][Level] == 1) || AccInfo[playerid][Level] == 2) || AccInfo[playerid][Level] == 3)
{
new string[128]; GetPlayerName(playerid,string,sizeof(string));
format(string,sizeof(string),"|ChatVip| %s: %s",string,text[1]);
MessageToPlayerVIP(0xDC686BAA,string);
SaveIn("ChatVipLog",string);
return 0;
}