07.11.2013, 15:07
Guys what function is for create vehicle, what will never respawn when player leaves it? thx
CreateVehicle(modelid, Float:x, Float:y, Float:z, Float:angle, color1, color2, respawn_delay)

|
Originally Posted by SA-MP Wiki
AddStaticVehicleEx -> Adds a 'static' vehicle (models are pre-loaded for players)to the gamemode. Can only be used when the server first starts (under OnGameModeInit).
|
|
Originally Posted by SA-MP Wiki
CreateVehicle -> Creates a vehicle in the world. Can be used in place of AddStaticVehicleEx at any time in the script.
|