Add vehicle?
#8

Use This : https://sampwiki.blast.hk/wiki/CreateVehicle
Код:
public OnGameModeInit()
{
    // Add a Hydra (520) to the game with a respawn time of 60 seconds
    CreateVehicle(520, 2109.1763, 1503.0453, 32.2887, 82.2873, -1, -1, 60);
    return 1;
}
Код:
vehicletype	The model for the vehicle.
Float:X	The X coordinate for the vehicle.
Float:Y	The Y coordinate for the vehicle.
Float:Z	The Z coordinate for the vehicle.
Float:rotation	The facing angle for the vehicle.
color1	The primary color ID.
color2	The secondary color ID.
respawn_delay	The delay until the car is respawned without a driver in seconds. Using -1 will prevent the vehicle from respawning.
addsiren	Added in 0.3.7; will not work in earlier versions. Has a default value 0. Enables the vehicle to have a siren, providing the vehicle has a horn.
All Vehicles Created Will be respawned Respawn_delay Should Be +0 otherwise it won't respawn
Reply


Messages In This Thread
Add vehicle? - by CTR0X - 25.02.2017, 14:25
Re: Add vehicle? - by ISmokezU - 25.02.2017, 14:32
Re: Add vehicle? - by BlackbirdXd - 25.02.2017, 14:35
Re: Add vehicle? - by Toroi - 25.02.2017, 14:36
Re: Add vehicle? - by CTR0X - 25.02.2017, 14:38
Re: Add vehicle? - by ISmokezU - 25.02.2017, 14:42
Re: Add vehicle? - by CTR0X - 25.02.2017, 14:45
Re: Add vehicle? - by adri[4]Life - 25.02.2017, 16:36

Forum Jump:


Users browsing this thread: 1 Guest(s)