Jump to content
  • 0

pomoc Help - Vybouchnuti auta po 10minutach např


Thomas

Dotaz

Zdravím,

Chtěl bych jsem se zeptat jestli je možné udělat jak poskodis auto a ono se začne z něho kouřit a pak jak vybouchne jestli by mohlo vybouchnout např za 10minut nikde to nemůžu najít prosím vás?

Link to comment
Share on other sites

5 odpovědí na tuto otázku

Recommended Posts

  • 0

ono se to nastavuje v public onvehicledeath že?
 

public OnVehicleDeath(vehicleid)
{
new bool:IsVehicleSPVehicle=false;

for(new v=0; v<20; v++)
{
if(vehicleid == SP_V[v])
{
IsVehicleSPVehicle=true;
break;
}
}

if(IsVehicleSPVehicle == true)
{
SetVehicleHealth(vehicleid, 1000);
RepairVehicle(vehicleid);

return 0;
}
return 1;
}
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...