Help! Cmds don't work!!
#10

Use fast commands, and DON'T mix them.

use the wiki, and real tutorials. Videos are cool, but learning to script is more important than following a video step-by-step where you end up in this situation, where it doesn't work, and you can't read the code so you don't know where it's gone to shit.

Also, with your filterscript, does it NEED to be a filterscript? It can after all simply be put in the gamemode itself.


Quote:
Originally Posted by Wex56
Посмотреть сообщение
Here is example:
Код:
CMD:help(playerid ,params[])
{
SCM(playerid, COLOR_RED, "/car /askq /report /etc /etc /etc");
return 1;
}
This is why people say don't post up untested code... SCM is not defined...


Код:
CMD:help(playerid ,params[])
{
SendClientMessage(playerid, COLOR_RED, "/car /askq /report /etc /etc /etc");
return 1;
}
FTFY
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: 2 Guest(s)