28.08.2010, 10:32
Read my edit,if you don't want it to respawn just place the 'respawntime' or 'respawndelay' parameter as -1.
Like this:
or
Or just use AddStaticVehicle.
Like this:
pawn Code:
AddStaticVehicleEx(411,x,y,z,angle,color1,color2,-1);
pawn Code:
CreateVehicle(411,x,y,z,agnle,color1,color2,-1);