YCMD to ZCMD
#2

That strcmp and not YCMD. Also there are so many tutorials about how to write a command in ZCMD, you should search next time.

PHP код:
CMD:fly(playeridparams[])
{
    
StartFly(playerid);
    return 
1;
}

CMD:stopfly(playeridparams[])
{
    
StopFly(playerid);
    return 
1;

Reply


Messages In This Thread
YCMD to ZCMD - by Sn4ke2 - 07.06.2015, 14:47
Re: YCMD to ZCMD - by Konstantinos - 07.06.2015, 14:49
Re: YCMD to ZCMD - by NoDi522 - 07.06.2015, 15:03
Re: YCMD to ZCMD - by Sn4ke2 - 07.06.2015, 16:11

Forum Jump:


Users browsing this thread: 1 Guest(s)