Quote:
Originally Posted by Nathan_Taylor
Well, if I had it like tihs
pawn Код:
OnVehicleSpawn(vehicleid) { destroyvehicle(vehicleid); }
That will destroy each vehicle every time it spawns, so every time I used "/v" to spawn a car, it would just disappear. Right?
|
No. If you had checked the wiki page for OnVehicleSpawn you would know that it gets called when a vehicle respawns, not when it is created