04.08.2010, 21:13
Try using AddStaticVehicleEx instead of AddStaticVehicle so you can set a spawn delay, like so.
The -1 at the end will mean it will never respawn unless it explodes or lands in water.
pawn Код:
AddStaticVehicleEx(modelid, Float:spawn_x, Float:spawn_y, Float:spawn_z, Float:angle, color1, color2, -1);