How do I make this command to YCMD?
#2

pawn Код:
YCMD:Jail(playerid, params[], help)
{
    if (help)
    {
        SendClientMessage(playerid, 0xFFFFFFFF, "This command jails players");
    }
    else
    {
        //Anything you want the command to do
    }
    return 1;
}
Reply


Messages In This Thread
How do I make this command to YCMD? - by NeyMar96 - 25.07.2011, 19:50
Re: How do I make this command to YCMD? - by dowster - 25.07.2011, 20:45
Re: How do I make this command to YCMD? - by HP - 25.07.2011, 23:45
Re: How do I make this command to YCMD? - by NeyMar96 - 26.07.2011, 08:34

Forum Jump:


Users browsing this thread: 1 Guest(s)