21.01.2012, 02:10
OnVehicleSpawn isn't called for vehicles that have just been created. It's only called when the vehicle RE-spawns.
Try
Try
pawn Код:
new vehicleid = CreateVehicle(...);
OnVehicleSpawn(vehicleid);