09.05.2012, 11:11
(
Последний раз редактировалось rAzvAn18; 09.05.2012 в 12:03.
)
At the function OnVehicleSpawn or Death a have This :
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.
Код:
public OnVehicleSpawn(vehicleid) { LinkVehicleToInterior(vehicleid, 0); SetVehicleVirtualWorld(vehicleid, 0); return 1; }
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.