03.04.2012, 00:14
I'm guessing you're using AddStaticVehicleEx, so.
What I do is add a new line at the top with;
And at the end of each AddStaticVehicleEx, there's a number of some sort, and just replace it with never. It's what I do, you don't NEED to define never.
Just at the end change the number.
Respawn_delay is what you need to change.
What I do is add a new line at the top with;
pawn Код:
#define never 9999999999999 (This number will be the amount of time the vehicle respawns)
Just at the end change the number.
pawn Код:
AddStaticVehicleEx(modelid, Float:spawn_x, Float:spawn_y, Float:spawn_z, Float:angle, color1, color2, respawn_delay)

