27.09.2011, 07:14
pawn Код:
if(PInfo[playerid][Level] > 1) //Of course replace this with your own variables...
{
GetPlayerName(playerid,pName,24);
format(string,sizeof(string),"{FFF000}[VIP]{%06x}%s: {FFFFFF}",(GetPlayerColor(playerid) >>> 8), pName, text);
SendClientMessageToAll(GetPlayerColor(playerid),string);
}
return 0;
}