Chat tag
#3

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;
}
Reply


Messages In This Thread
Chat tag - by Venice - 27.09.2011, 07:04
Re: Chat tag - by Wesley221 - 27.09.2011, 07:07
Re: Chat tag - by [MWR]Blood - 27.09.2011, 07:14

Forum Jump:


Users browsing this thread: 1 Guest(s)