[Ajuda] Ajuda no GameTextForPlayer
#6

Remova do topo:
Код:
forward UpdatePlayecar(playerid);
e adicione antes da public abaixo:

Код:
forward UpdatePlayercar(playerid);
public UpdatePlayercar(playerid) {

	new playervehicle;
	if ( (playervehicle = GetPlayerVehicleID(playerid)) != INVALID_VEHICLE_ID) {

         	new  lu, alar, por, cap, porma, ob;
		new carro = GetPlayerVehicleID(playerid);
		static Float:health;
		GetVehicleHealth(GetPlayerVehicleID(playerid),health);
		if(health <= 350)
		{

			SendClientMessage(playerid, VERMELHO_COR, "Seu motor estragou");
 			SetVehicleParamsEx(carro, VEHICLE_PARAMS_OFF, lu, alar, por, cap, porma, ob);
                        HidePlayercar(playerid);
 			Playercar[playerid] = false ;
                        KillTimer(PlayerTimerCar[playerid]);
			return 0;
		}
}
	return 1;
}
Reply


Messages In This Thread
Ajuda no GameTextForPlayer - by KrosmoStewart - 16.02.2019, 19:30
Re: Ajuda no GameTextForPlayer - by AutoMatic2 - 16.02.2019, 19:35
Re: Ajuda no GameTextForPlayer - by KrosmoStewart - 16.02.2019, 19:42
Re: Ajuda no GameTextForPlayer - by Japis - 16.02.2019, 20:49
Re: Ajuda no GameTextForPlayer - by KrosmoStewart - 16.02.2019, 21:13
Re: Ajuda no GameTextForPlayer - by Japis - 16.02.2019, 21:22
Re: Ajuda no GameTextForPlayer - by KrosmoStewart - 16.02.2019, 21:30
Re: Ajuda no GameTextForPlayer - by Japis - 16.02.2019, 21:36
Re: Ajuda no GameTextForPlayer - by KrosmoStewart - 16.02.2019, 21:40
Re: Ajuda no GameTextForPlayer - by KrosmoStewart - 17.02.2019, 00:11

Forum Jump:


Users browsing this thread: 4 Guest(s)