command color change
#4

Or try this one

Код:
command(b, playerid, params[])
{
    new message[128], string[152];
    if(sscanf(params, "s[128]", message)) return SendClientMessage(playerid, WHITE, "Server: /b [message]");
    {
        format(string, sizeof(string), "{A4A4A4}(( [OOC] %s: %s ))", RemoveUnderScore(playerid), message);
        CloseMessage(playerid, 0xFFFFFFFF, string);
    }
    return 1;
}
Edit: Nevermind.
Reply


Messages In This Thread
command color change - by davelord - 24.08.2012, 16:27
Re: command color change - by sniperwars - 24.08.2012, 16:31
Re: command color change - by davelord - 24.08.2012, 16:35
Re: command color change - by Mr.Anonymous - 24.08.2012, 16:35

Forum Jump:


Users browsing this thread: 1 Guest(s)