31.03.2008, 14:45
Yo, I wounder how to add cars, that doesn't respawn after a while, just respawn when they crash etc.
AddStaticVehicle(modelid, Floatpawn_x, Floatpawn_y,Floatpawn_z, Float:angle, color1, color2)
AddStaticVehicle(modelid, Floatpawn_x, Floatpawn_y,Floatpawn_z, Float:angle, color1, color2, respawn_delay)
CreateVecicle(modelid, Float, Float:y,Float:z, Float:angle, color1, color2, respawn_delay)
Which one to use, and how?
I found this in a script:
CreateVehicle(vehicleid,X,Y,Z,Angle,-1,-1,-1)
Will that make it not respawn?
And, can i use that with AddStaticVehicleEx
AND, Whats the diff if i use AddStaticVehicleEx or CreateVehicle
Thanx // FredlinG
AddStaticVehicle(modelid, Floatpawn_x, Floatpawn_y,Floatpawn_z, Float:angle, color1, color2)
AddStaticVehicle(modelid, Floatpawn_x, Floatpawn_y,Floatpawn_z, Float:angle, color1, color2, respawn_delay)
CreateVecicle(modelid, Float, Float:y,Float:z, Float:angle, color1, color2, respawn_delay)
Which one to use, and how?
I found this in a script:
CreateVehicle(vehicleid,X,Y,Z,Angle,-1,-1,-1)
Will that make it not respawn?
And, can i use that with AddStaticVehicleEx
AND, Whats the diff if i use AddStaticVehicleEx or CreateVehicle
Thanx // FredlinG