What is this?
#1

Hello,
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 ...
}
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.
Reply


Messages In This Thread
What is this? - by X337 - 31.05.2015, 13:16
Re: What is this? - by Vince - 31.05.2015, 13:22
Re: What is this? - by X337 - 31.05.2015, 13:43
Re: What is this? - by Konstantinos - 31.05.2015, 14:01

Forum Jump:


Users browsing this thread: 1 Guest(s)