ZCMD include.
#1

guys i am new to those commands includes can anyone give me a standard command with them like /heal ,??
i can do it like this:
Code:
public OnPlayerCommandText(playerid, cmdtext[])
{
	if (strcmp("/heal", cmdtext, true, 5) == 0)
	{
		SetPlayerHealth(playerid, 100);
		return 1;
	}
But i want to know how to do it with zcmd or sscanf can anyone post some examples.
Reply


Messages In This Thread
ZCMD include. - by aymane123 - 25.11.2016, 16:39
Re: ZCMD include. - by Vince - 25.11.2016, 16:42
Re: ZCMD include. - by Micko123 - 25.11.2016, 16:43
Re: ZCMD include. - by TwinkiDaBoss - 25.11.2016, 16:43
Re: ZCMD include. - by aymane123 - 25.11.2016, 16:47
Re: ZCMD include. - by Dayrion - 25.11.2016, 17:16
Re: ZCMD include. - by aymane123 - 25.11.2016, 17:19

Forum Jump:


Users browsing this thread: 1 Guest(s)