[Ajuda] Bug no comando ajuda ai plz !
#1



eu digito o comando /calar coloco o id e o motivo mais fica aparecendo essa msm messagem por favor me ajudem sou meio newbie aki em pawn

Код:
command(calar, playerid, params[])
{
	new Jogadorid, Motivo, Nome[MAX_PLAYER_NAME], Nome2[MAX_PLAYER_NAME], string[128];
	if(sscanf(params, "iii", Jogadorid, Motivo)) return SendClientMessage(playerid,-1,"Uso Correto: /calar [ID de Jogador(a)] [Motivo]");
	if(!IsPlayerConnected(Jogadorid)) return SendClientMessage(playerid,-1,"Jogador(a) nгo connectado!");
	GetPlayerName(playerid, Nome, sizeof(Nome));
	GetPlayerName(Jogadorid, Nome2, sizeof(Nome2));
	PlayerInfo[Jogadorid][pCalado] = 1;
	format(string, sizeof(string)," O Administrador(a) %s calou o Jogador(a) %s, Motivo:%s",Nome, Nome2, Motivo);
	SendClientMessageToAll(-1,string);
	return 1;
}
Reply


Messages In This Thread
Bug no comando ajuda ai plz ! - by Thung_. - 30.10.2012, 02:21
Re: Bug no comando ajuda ai plz ! - by Ouro - 30.10.2012, 02:23
Re: Bug no comando ajuda ai plz ! - by Thung_. - 30.10.2012, 02:29
Re: Bug no comando ajuda ai plz ! - by Ouro - 30.10.2012, 02:31
Re: Bug no comando ajuda ai plz ! - by Thung_. - 30.10.2012, 02:36
Re: Bug no comando ajuda ai plz ! - by zSuYaNw - 30.10.2012, 02:39
Re: Bug no comando ajuda ai plz ! - by Ouro - 30.10.2012, 02:42
Re: Bug no comando ajuda ai plz ! - by Thung_. - 30.10.2012, 02:45
Re: Bug no comando ajuda ai plz ! - by zSuYaNw - 30.10.2012, 02:47
Re: Bug no comando ajuda ai plz ! - by Thung_. - 30.10.2012, 02:47

Forum Jump:


Users browsing this thread: 6 Guest(s)