08.03.2013, 22:24
Well, if I had it like tihs
That will destroy each vehicle every time it spawns, so every time I used "/v" to spawn a car, it would just disappear. Right?
pawn Код:
OnVehicleSpawn(vehicleid)
{
destroyvehicle(vehicleid);
}