/cmds command
#2

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if(strcmp(cmdtext,"/cmds",true) == 0)
    {
        SendClientMessage(playerid,0x00FF40FF,"This is the server commands.");
        return 1;
    }
    return 0;
}
Reply


Messages In This Thread
/cmds command - by silver_medall - 07.09.2010, 15:34
Re: /cmds command - by [XST]O_x - 07.09.2010, 15:36
Re: /cmds command - by silver_medall - 07.09.2010, 15:38
Re: /cmds command - by silver_medall - 07.09.2010, 17:58
Re: /cmds command - by Dime - 07.09.2010, 18:01
Re: /cmds command - by Mimic - 07.09.2010, 18:04
Re: /cmds command - by silver_medall - 07.09.2010, 18:19
Re: /cmds command - by Mimic - 07.09.2010, 18:27
Re: /cmds command - by silver_medall - 07.09.2010, 18:52
Re: /cmds command - by Mimic - 07.09.2010, 19:03

Forum Jump:


Users browsing this thread: 1 Guest(s)