/aooc?
#2

Код:
if (strcmp("/aooc", cmdtext, true, 10) == 0)
    {
        IsPlayerAdmin(playerid);
        if(!strlen(cmdtext)) return SendClientMessage(playerid, COLOR_YELLOW, "Usage: /aooc [chat]");
        new str[128];
        GetPlayerName(playerid, str, sizeof(str));
        format(str, sizeof(str), "Admin %s: %s", GetPlayerName(playerid), cmdtext);
        SendClientMessageToAll(COLOR_GOLD, str);
        return 1;
    }
I ain't sure if it's it, i'm to tired to even type but i thought i'd give it a go.
Reply


Messages In This Thread
/aooc? - by Luis- - 30.08.2010, 23:48
Re: /aooc? - by Yamoo - 31.08.2010, 00:01
Re: /aooc? - by AndriusZ* - 31.08.2010, 00:04
Re: /aooc? - by Luis- - 31.08.2010, 00:08
Re: /aooc? - by mrcoolballs - 31.08.2010, 01:19

Forum Jump:


Users browsing this thread: 1 Guest(s)