How to call ****** command?
#1

Ex: I have this command:
Код:
YCMD:handsup(playerid, params[],help)
{
	SetPlayerSpecialAction(playerid,SPECIAL_ACTION_HANDSUP);
	return 1;
}
And this:
Код:
YCMD:handsupbaybe(playerid, params[],help)
{
	SetPlayerSpecialAction(playerid,SPECIAL_ACTION_HANDSUP);
	return 1;
}
They are same...
When i use zcmd, i write second command like this:
Код:
CMD:handsupbaybe(playerid, params[]) return cmd_handsup(playerid,params[]);
How to do it with y_commands?
This is just ex, but i need it for more commands to make easier game for players...
Reply


Messages In This Thread
How to call ****** command? - by DusanInfinity - 20.07.2015, 15:27
Re: How to call ****** command? - by Abagail - 20.07.2015, 18:54
Re: How to call ****** command? - by Kyle - 20.07.2015, 19:01
Re: How to call ****** command? - by DusanInfinity - 22.07.2015, 19:44

Forum Jump:


Users browsing this thread: 2 Guest(s)