[Problem] OnVehicleSpawn / Death
#1

At the function OnVehicleSpawn or Death a have This :

Код:
public OnVehicleSpawn(vehicleid)
{
        LinkVehicleToInterior(vehicleid, 0);
	SetVehicleVirtualWorld(vehicleid, 0);
        return 1;
}
But after car id 264 has no effect .

What is the problem ? It's working only for 264 cars and I have 500 cars

At OngameModeInt All it's working fine but at tihs functions "OnVehicleSpawn" and "OnVehicleDeath" doesn't work

I use CreateVehicle and i Tried also AddStaticVehicleEx but still not working.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)