Help! Cmds don't work!!
#8

Well I'll recommend you to use ZCMD. First you have to download it here:https://sampforum.blast.hk/showthread.php?tid=91354

Then put it in your include folder!

After that go in your gamemode and on start put #include <zcmd>

When you're finished put your commands on the end of gamemode after everything

Here is example:
Код:
CMD:help(playerid ,params[])
{
SCM(playerid, COLOR_RED, "/car /askq /report /etc /etc /etc");
return 1;
}
If you need anything else just post and I'll answer.

And yea don't use strcmp it's really old and slow.Use ZCMD like everyone else. ZCMD is the fastest command proccesor around here
Reply


Messages In This Thread
Help! Cmds don't work!! - by Paradox90 - 18.03.2016, 19:04
Re: Help! Cmds don't work!! - by Joron - 18.03.2016, 19:30
Re: Help! Cmds don't work!! - by Paradox90 - 18.03.2016, 19:32
Re: Help! Cmds don't work!! - by Paradox90 - 18.03.2016, 19:38
Re: Help! Cmds don't work!! - by Paradox90 - 18.03.2016, 19:44
Re: Help! Cmds don't work!! - by DarkLored - 18.03.2016, 19:51
Re: Help! Cmds don't work!! - by Paradox90 - 18.03.2016, 20:11
Re: Help! Cmds don't work!! - by Wex56 - 18.03.2016, 20:15
Re: Help! Cmds don't work!! - by AndySedeyn - 18.03.2016, 20:17
Re: Help! Cmds don't work!! - by Sew_Sumi - 18.03.2016, 20:19

Forum Jump:


Users browsing this thread: 1 Guest(s)