[Help] How to make like this ?
#3

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if(!strcmp(cmdtext, "/cmds", true, 5)) // 3 is the length of /me
    {
        SendClientMessage(playerid,COLOR_WHITE,"Commands on my server:");
        SendClientMessage(playerid,COLOR_WHITE,"/cmd1, /cmd2, /cmd3");

        return 1;
    }
    return 0;
}
Reply


Messages In This Thread
[Help] How to make like this ? - by whcool - 04.03.2012, 13:57
Re: [Help] How to make like this ? - by Min - 04.03.2012, 14:00
Re: [Help] How to make like this ? - by Twisted_Insane - 04.03.2012, 14:02

Forum Jump:


Users browsing this thread: 1 Guest(s)