[Ajuda] Dъvida
#2

Код:
cmd:set(playerid, params[])
{
	new string[30];

	if(sscanf(params, "s[30]", string))
		return ...

	if(strcmp(string, "pm", true) == 0)
	{
		// {...}
	}
	else if(strcmp(string, "reporter", true) == 0)
	{
		// {...}
	}
	else if(strcmp(string, "lixeiro", true) == 0)
	{
		// {...}
	}
	
	return true;
}
Reply


Messages In This Thread
Dъvida - by Jorgeeee - 03.04.2018, 12:35
Re: Dъvida - by F1N4L - 03.04.2018, 12:41
Re: Dъvida - by Jorgeeee - 03.04.2018, 12:47
Re: Dъvida - by Jorgeeee - 03.04.2018, 13:08
Re: Dъvida - by Lontresca - 03.04.2018, 13:27
Re: Dъvida - by arakuta - 03.04.2018, 13:36
Re: Dъvida - by Jorgeeee - 03.04.2018, 14:25
Re: Dъvida - by Lontresca - 03.04.2018, 14:50

Forum Jump:


Users browsing this thread: 1 Guest(s)