/o command by me not working well!
#10

Quote:
Originally Posted by leong124
Посмотреть сообщение
pawn Код:
COMMAND:o(playerid, params[])
{
    new text[129];
    if(!sscanf(params, "s[128]", text))//z is optional string so null string is still valid
    {
        new name[MAX_PLAYER_NAME], string[64];
        GetPlayerName(playerid, name, sizeof(name));
        format(string, sizeof(string), "[OOC]%s say: %s ", name, text);//There's no %z in format.Only in sscanf.
        SendClientMessageToAll(0xFFFFFF, string);//Do you need white colour or cyan?The colour is 32-bit here.
        return 1;
    }
    else return SendClientMessage(playerid, 0xFFFFFF, "USAGE: /o [Text]");//Same as above
}
If the Alpha isn't set it will automatically be set to FF. as far as i know.
Reply


Messages In This Thread
/o command by me not working well! - by ricardo178 - 26.03.2011, 11:27
Re: /o command by me not working well! - by Jochemd - 26.03.2011, 11:28
Re: /o command by me not working well! - by iJumbo - 26.03.2011, 11:30
Re: /o command by me not working well! - by SchurmanCQC - 26.03.2011, 11:30
Re: /o command by me not working well! - by ricardo178 - 26.03.2011, 11:31
Re: /o command by me not working well! - by Jochemd - 26.03.2011, 11:32
Re: /o command by me not working well! - by iJumbo - 26.03.2011, 11:33
Re: /o command by me not working well! - by Zh3r0 - 26.03.2011, 11:35
Re: /o command by me not working well! - by leong124 - 26.03.2011, 11:35
Re: /o command by me not working well! - by Zh3r0 - 26.03.2011, 11:36

Forum Jump:


Users browsing this thread: 3 Guest(s)