How to add a color to this
#3

pawn Код:
CMD:update(playerid, params[])
{
    if (PlayerInfo[playerid][pAdmin] >= 1337)
    {
        new string[256], text[128];
         
        if(sscanf(params, "s[128]", text)) return SendClientMessage(playerid, -1, " /update [Update]");
        format(string, sizeof(string), "Server Update: %s", text);
        SendClientMessageToAll(0xFF9900AA, string);
        return 1;
    }
}
to make their own colors go : http://www.colorpicker.com/
Reply


Messages In This Thread
How to add a color to this - by thomaswilliams - 31.10.2013, 23:39
Re: How to add a color to this - by Mattakil - 31.10.2013, 23:45
Re: How to add a color to this - by Diogo123 - 01.11.2013, 01:19

Forum Jump:


Users browsing this thread: 1 Guest(s)