[Pedido] Como eu crio comando sem Barra?
#6

Trabalha com este cуdigo que vocк consegue fazer:

Код:
#include <a_samp>
#include <sscanf2>

main()
{
	OnPlayerText(0, "msg mensagem teste");
}

public OnPlayerText(playerid, text[])
{
	new idxSpace = strfind(text, " ", true, 0);
	
	new str[9], str2[6];

	if(!sscanf(text[idxSpace+1], "s[9]s[6]", str, str2))
	{
		printf("%s\n%s", str, str2);
	}

	return true;
}
Lembando que isso й somente exemplo...
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)