Making a Command (zcmd)
#2

This is how you make a ZCMD command. Start with that:

pawn Код:
CMD:test(playerid, params[])
{
    //Command action
    return 1;
}
Reply


Messages In This Thread
Making a Command (zcmd) - by Saw® - 05.09.2011, 10:59
Re: Making a Command (zcmd) - by Kingunit - 05.09.2011, 11:13
Re: Making a Command (zcmd) - by [HiC]TheKiller - 05.09.2011, 11:14
Re: Making a Command (zcmd) - by Saw® - 05.09.2011, 11:20
Re: Making a Command (zcmd) - by Kingunit - 05.09.2011, 12:01
Re: Making a Command (zcmd) - by SantarioLeone - 05.09.2011, 14:44

Forum Jump:


Users browsing this thread: 1 Guest(s)