Static vehicles not affected by OnVehicleSpawn?
#1

I've got a bit of code on OnVehicleSpawn that is not working on vehicles I spawn using AddStaticVehicle, every other vehicle spawned (/spawnvehicle, CreateVehicle, ect) is working correctly and calls the callback, but AddStaticVehicle refuses to. Has anyone else noticed this?

pawn Код:
public OnVehicleSpawn(vehicleid)
{
    SetVehicleParamsEx(vehicleid, 0, 0, 0, 0, 0, 0, 0);
    return 1;
}
Reply


Messages In This Thread
Static vehicles not affected by OnVehicleSpawn? - by Scarred - 08.01.2012, 15:02
Re: Static vehicles not affected by OnVehicleSpawn? - by PowerPC603 - 08.01.2012, 15:32
Re: Static vehicles not affected by OnVehicleSpawn? - by Scarred - 08.01.2012, 16:07
Re: Static vehicles not affected by OnVehicleSpawn? - by Vince - 08.01.2012, 16:50

Forum Jump:


Users browsing this thread: 1 Guest(s)