Skip to content

Give Vehicles with Command or Item and Delete Vehicles with Command

License

Notifications You must be signed in to change notification settings

Musiker15/msk_givevehicle

Repository files navigation

msk_givevehicle

Give Vehicles with Command or Item and Delete Vehicles with Command

Ingame Command Usage

-- PLATE is OPTIONAL

/giveveh <playerID> <categorie> <carModel> <plate>

> Example: /giveveh 1 car zentorno "LS 1234"
> Example: /giveveh 1 boat dinghy "LS 1234"
> Example: /giveveh 1 aircraft cuban800 "LS 1234"
> Example: /giveveh 1 helicopter maverick "LS 1234"
-- PLATE is OPTIONAL
-- BOOL = 1 or 0 // 1 means identifier = job // 0 means identifier = xPlayer.identifier

/givejobveh <playerID> <categorie> <carModel> <job> <bool> <plate>

> Example: /givejobveh 1 car zentorno police 1 "LS 1234"
> Example: /givejobveh 1 boat dinghy police 1 "LS 1234"
> Example: /givejobveh 1 aircraft cuban800 police 1 "LS 1234"
> Example: /givejobveh 1 helicopter maverick police 1 "LS 1234"
/delveh <plate>

> Example: /delveh "LS 1234"
-- Spawns a owned vehicle at PlayerID coords
/spawnveh <playerID> <plate>

> Example: /spawnveh 1 "LS 1234"

Console Command Usage

-- PLATE is OPTIONAL

_giveveh <playerID> <categorie> <carModel> <plate>

> Example: _giveveh 1 car zentorno "LS 1234"
> Example: _giveveh 1 boat dinghy "LS 1234"
> Example: _giveveh 1 aircraft cuban800 "LS 1234"
> Example: _giveveh 1 helicopter maverick "LS 1234"
-- PLATE is OPTIONAL
-- BOOL = 1 or 0 // 1 means identifier = job // 0 means identifier = xPlayer.identifier

_givejobveh <playerID> <categorie> <carModel> <job> <bool> <plate>

> Example: _givejobveh 1 car zentorno police 1 "LS 1234"
> Example: _givejobveh 1 boat dinghy police 1 "LS 1234"
> Example: _givejobveh 1 aircraft cuban800 police 1 "LS 1234"
> Example: _givejobveh 1 helicopter maverick police 1 "LS 1234"
_delveh <plate>

> Example: _delveh "LS 1234"
-- Spawns a owned vehicle at PlayerID coords
spawnveh <playerID> <plate>

> Example: spawnveh 1 "LS 1234"

Requirements

About

Give Vehicles with Command or Item and Delete Vehicles with Command

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages