OnVehicleDeath Problem
#10

Quote:
Originally Posted by Finn
if(vehicleid == BuyInfernus)

What's BuyInfernus?
It's an vehicle defined to a BuyInfernus variable.

Example:
pawn Код:
new
    BuyInfernus;

public OnGameModeInit()
{
  BuyInfernus = AddStaticVehicle(model_ID, xPos, yPos, zPos, angle, primary_color_ID, secondary_color_ID);
  return 1;
}
Reply


Messages In This Thread
OnVehicleDeath Problem - by Jakku - 22.10.2009, 09:27
Re: OnVehicleDeath Problem - by dice7 - 22.10.2009, 13:42
Re: OnVehicleDeath Problem - by Jakku - 22.10.2009, 15:26
Re: OnVehicleDeath Problem - by Pawno_Master - 22.10.2009, 19:21
Re: OnVehicleDeath Problem - by Peter_Corneile - 22.10.2009, 19:40
Re: OnVehicleDeath Problem - by dice7 - 22.10.2009, 19:54
Re: OnVehicleDeath Problem - by Jakku - 23.10.2009, 07:07
Re: OnVehicleDeath Problem - by Correlli - 23.10.2009, 08:41
Re: OnVehicleDeath Problem - by Finn - 23.10.2009, 10:35
Re: OnVehicleDeath Problem - by Correlli - 23.10.2009, 13:37

Forum Jump:


Users browsing this thread: 2 Guest(s)