[Ajuda] Player Procurado
#10

Encontrei

Problema resolvido.. eu tinha colocado um Chat-Kill e estava dando conflito na funзгo.. Segue abaixo o codigo..

Код:
/*	/////////////////////////XAT-KILL//////////////////
	if(killerid == INVALID_PLAYER_ID)
    {
        return 0;
    }
    else
    {
        SendDeathMessage(killerid,playerid,reason);
    }
/////////////////////////XAT-KILL////////////////// */
	// Setup local variables
	new VictimName[24], KillerName[24], Msg[128];

	// Clear the missiontext
	TextDrawSetString(APlayerData[playerid][MissionText], " ");
	// Hide the missiontext for this player (when the player is choosing a class, it's not required to show any mission-text)
	TextDrawHideForPlayer(playerid, APlayerData[playerid][MissionText]);

	// Stop any job that may have started
	switch (APlayerData[playerid][PlayerClass])
	{
		case ClassTruckDriver: Trucker_EndJob(playerid);
		case ClassBusDriver: BusDriver_EndJob(playerid);
		case ClassPilot: Pilot_EndJob(playerid);
		case ClassPolice: Police_EndJob(playerid);
		case ClassMafia: Mafia_EndJob(playerid);
		case ClassCourier: Courier_EndJob(playerid);
		case ClassAssistance: Assistance_EndJob(playerid);
		case ClassRoadWorker: Roadworker_EndJob(playerid);
		case ClassLixeiro: Lixeiro_EndJob(playerid);
		case ClassPizza: Pizza_EndJob(playerid);
	}
Precisei apenas remover o Chat-Kill Obrigd ai pela atenзгo..
Reply


Messages In This Thread
Player Procurado - by MarcoAurelio - 26.09.2015, 17:01
Re: Player Procurado - by iBolivaRevolutioN - 26.09.2015, 17:06
Re: Player Procurado - by MarcoAurelio - 26.09.2015, 17:09
Re: Player Procurado - by iBolivaRevolutioN - 26.09.2015, 17:11
Re: Player Procurado - by MarcoAurelio - 26.09.2015, 17:14
Re: Player Procurado - by iBolivaRevolutioN - 26.09.2015, 17:19
Re: Player Procurado - by MarcoAurelio - 26.09.2015, 17:35
Re: Player Procurado - by iBolivaRevolutioN - 26.09.2015, 17:51
Re: Player Procurado - by MarcoAurelio - 26.09.2015, 17:58
Re: Player Procurado - by MarcoAurelio - 26.09.2015, 18:09

Forum Jump:


Users browsing this thread: 2 Guest(s)