31.05.2015, 13:16
Hello,
What is "help" parameter on YCMD?
I've command like this:
I don't know what is help mean on third argument, and i can't access it with any command.
Can anyone tell me what is that?
Sorry for my bad english.
What is "help" parameter on YCMD?
I've command like this:
Код:
YCMD:givemoney(playerid, params[], help)
{
if(help)
{
SCM(playerid, "Give player money", "HELP");
return 1;
}
// Other code ...
}
Can anyone tell me what is that?
Sorry for my bad english.


