Example of command with params? (newbie)
#2

I suggest using zCMD, easier.
pawn Код:
CMD:stunt 1(playerid, params[])
{
    SetPlayerPos(playerid,X,Y,Z);
        return 1;
    }
    return 0;
}
Reply


Messages In This Thread
Example of command with params? (newbie) - by TheBetaFox - 11.08.2011, 11:05
Re: Example of command with params? (newbie) - by Darnell - 11.08.2011, 11:29
Re: Example of command with params? (newbie) - by TheBetaFox - 11.08.2011, 14:33
Re: Example of command with params? (newbie) - by MadeMan - 11.08.2011, 15:31
Re: Example of command with params? (newbie) - by TheBetaFox - 11.08.2011, 15:43

Forum Jump:


Users browsing this thread: 2 Guest(s)