[Ajuda] Nгo consigo digitar nenhum comando
#6

Quote:
Originally Posted by CypherInsano
Посмотреть сообщение
Eu fiz este FS de mandar uma mensagem no Chat, desde entгo, nenhum outro comando funciona.
Код:
CMD:dizer(playerid, params[])
{
	new mensagem;
	new Name[MAX_PLAYER_NAME];
	GetPlayerName(playerid, Name, MAX_PLAYER_NAME);

	if(IsPlayerAdmin(playerid))
	{
		if(sscanf(params, "s", mensagem))
 		{
			SendClientMessage(playerid, -1, "(INFO) Use: /dizer [Mensagem]");
  		}
   		else
   		{
   			new stringMensagem[250];
			format(stringMensagem, sizeof(stringMensagem), "O(A) ajudante %s diz: %s", Name, mensagem);
			SendClientMessageToAll(COR_ROSA, stringMensagem);
 		}
	}
	else SendClientMessage(playerid, COR_VERMELHO, "(ERRO!) Vocк nгo й um ajudante ou administrador para executar este comando!");
	return 1;
}
Coloque o comando no gamemode e teste.
Reply


Messages In This Thread
Nгo consigo digitar nenhum comando - by CypherInsano - 15.07.2018, 16:01
Re: Nгo consigo digitar nenhum comando - by JeffSantos2 - 15.07.2018, 16:06
Re: Nгo consigo digitar nenhum comando - by CypherInsano - 15.07.2018, 16:19
Re: Nгo consigo digitar nenhum comando - by Ermanhaut - 15.07.2018, 16:31
Re: Nгo consigo digitar nenhum comando - by AutoMatic2 - 15.07.2018, 16:32
Re: Nгo consigo digitar nenhum comando - by Koplan - 15.07.2018, 17:14
Re: Nгo consigo digitar nenhum comando - by CypherInsano - 15.07.2018, 17:28

Forum Jump:


Users browsing this thread: 2 Guest(s)