Converting strcmp command to ZCMD
#2

Just change every if(strcmp(cmd, "/cmdnameishere", true) == 0)
to
pawn Код:
CMD:cmdnamehere(playerid, params)
{
     //Your code here
     return 1;
}
Have a nice day !
Reply


Messages In This Thread
Converting strcmp command to ZCMD - by JiMadness - 11.09.2011, 06:33
Re: Converting strcmp command to ZCMD - by Max_Coldheart - 11.09.2011, 06:44
Re: Converting strcmp command to ZCMD - by =WoR=Varth - 11.09.2011, 06:50
Re: Converting strcmp command to ZCMD - by rangerxxll - 11.09.2011, 06:58
Re: Converting strcmp command to ZCMD - by BigAl - 11.09.2011, 11:15
Re: Converting strcmp command to ZCMD - by Vince - 11.09.2011, 11:48
Re: Converting strcmp command to ZCMD - by DRIFT_HUNTER - 11.09.2011, 12:20

Forum Jump:


Users browsing this thread: 1 Guest(s)