Server-side CSharp function: Difference between revisions
(→Pools) |
|||
| (17 intermediate revisions by the same user not shown) | |||
| Line 12: | Line 12: | ||
*[[GetBlipName]] | *[[GetBlipName]] | ||
*[[GetBlipPosition]] | *[[GetBlipPosition]] | ||
*[[GetBlipRouteColor]] | *<del>[[GetBlipRouteColor]]</del> | ||
*[[GetBlipRouteVisible]] | *<del>[[GetBlipRouteVisible]]</del> | ||
*[[GetBlipScale]] | *[[GetBlipScale]] | ||
*[[GetBlipShortRange]] | *[[GetBlipShortRange]] | ||
| Line 21: | Line 21: | ||
*[[SetBlipName]] | *[[SetBlipName]] | ||
*[[SetBlipPosition]] | *[[SetBlipPosition]] | ||
*[[SetBlipRouteColor]] | *<del>[[SetBlipRouteColor]]</del> | ||
*[[SetBlipRouteVisible]] | *<del>[[SetBlipRouteVisible]]</del> | ||
*[[SetBlipScale]] | *[[SetBlipScale]] | ||
*[[SetBlipShortRange]] | *[[SetBlipShortRange]] | ||
| Line 42: | Line 42: | ||
==ClientEvent== | ==ClientEvent== | ||
*[[CancelPendingRpc]] | |||
*[[HasPendingRpc]] | |||
*[[Register]] | *[[Register]] | ||
*[[RegisterProc]] | |||
*[[TriggerClientEvent]] | *[[TriggerClientEvent]] | ||
*[[TriggerClientEventForAll]] | *[[TriggerClientEventForAll]] | ||
| Line 48: | Line 51: | ||
*[[TriggerClientEventInRange]] | *[[TriggerClientEventInRange]] | ||
*[[TriggerClientEventToPlayers]] | *[[TriggerClientEventToPlayers]] | ||
*[[TriggerClientEventUnreliable]] | |||
*[[TriggerClientProc]] | |||
*[[Unregister]] | *[[Unregister]] | ||
*[[UnregisterPendingRpc]] | |||
==ClientEventThreadSafe== | ==ClientEventThreadSafe== | ||
| Line 70: | Line 76: | ||
==Data== | ==Data== | ||
*[[GetAllEntityData]] | *[[GetAllEntityData]] | ||
*[[GetAllEntitySharedData]] | *<del>[[GetAllEntitySharedData]]</del> | ||
*[[GetAllWorldData]] | *[[GetAllWorldData]] | ||
*[[GetAllWorldSharedData]] | *<del>[[GetAllWorldSharedData]]</del> | ||
*[[GetEntityData]] | *[[GetEntityData]] | ||
*[[GetEntitySharedData]] | *[[GetEntitySharedData]] | ||
*[[GetWorldData]] | *[[GetWorldData]] | ||
*[[GetWorldSharedData]] | *<del>[[GetWorldSharedData]]</del> | ||
*[[HasEntityData]] | *[[HasEntityData]] | ||
*[[HasEntitySharedData]] | *[[HasEntitySharedData]] | ||
*[[HasWorldData]] | *[[HasWorldData]] | ||
*[[HasWorldSharedData]] | *<del>[[HasWorldSharedData]]</del> | ||
*[[ResetEntityData]] | *[[ResetEntityData]] | ||
*[[ResetEntitySharedData]] | *[[ResetEntitySharedData]] | ||
*[[ResetWorldData]] | *[[ResetWorldData]] | ||
*[[ResetWorldSharedData]] | *<del>[[ResetWorldSharedData]]</del> | ||
*[[SetEntityData]] | *[[SetEntityData]] | ||
*[[SetEntitySharedData]] | *[[SetEntitySharedData]] | ||
*[[SetWorldData]] | *[[SetWorldData]] | ||
*[[SetWorldSharedData]] | *<del>[[SetWorldSharedData]]</del> | ||
==DummyEntity== | ==DummyEntity== | ||
| Line 142: | Line 148: | ||
==Native== | ==Native== | ||
*[[FetchNativeFromPlayer]] | *<del>[[FetchNativeFromPlayer]]</del> | ||
*[[SendNativeToAllPlayers]] | *[[SendNativeToAllPlayers]] | ||
*[[SendNativeToPlayer]] | *[[SendNativeToPlayer]] | ||
| Line 159: | Line 165: | ||
==Particle== | ==Particle== | ||
*[[CreateLoopedParticleEffectOnEntity]] | *<del>[[CreateLoopedParticleEffectOnEntity]]</del> | ||
*[[CreateLoopedParticleEffectOnPosition]] | *<del>[[CreateLoopedParticleEffectOnPosition]]</del> | ||
*[[CreateParticleEffectOnEntity]] | *[[CreateParticleEffectOnEntity]] | ||
*[[CreateParticleEffectOnPosition]] | *[[CreateParticleEffectOnPosition]] | ||
==Ped== | ==Ped== | ||
*[[ClearPedTasks]] | *<del>[[ClearPedTasks]]</del> | ||
*[[CreatePed]] | *[[CreatePed]] | ||
*[[PlayPedAnimation]] | *<del>[[PlayPedAnimation]]</del> | ||
*[[PlayPedScenario]] | *<del>[[PlayPedScenario]]</del> | ||
==Pickup== | ==<del>Pickup</del>== | ||
*[[CreatePickup]] | *<del>[[CreatePickup]]</del> | ||
*[[GetPickupAmount]] | *<del>[[GetPickupAmount]]</del> | ||
*[[GetPickupCustomModel]] | *<del>[[GetPickupCustomModel]]</del> | ||
*[[GetPickupPickedUp]] | *<del>[[GetPickupPickedUp]]</del> | ||
*[[RespawnPickup]] | *<del>[[RespawnPickup]]</del> | ||
==Player== | ==Player== | ||
| Line 280: | Line 286: | ||
*[[GetAllTextLabels]] | *[[GetAllTextLabels]] | ||
*[[GetAllVehicles]] | *[[GetAllVehicles]] | ||
==Resource== | ==Resource== | ||
| Line 311: | Line 313: | ||
*[[HasSetting]] | *[[HasSetting]] | ||
*[[IsResourceRunning]] | *[[IsResourceRunning]] | ||
*[[LoadXml]] | *[[LoadXml]] | ||
*[[SetResourceSetting]] | *[[SetResourceSetting]] | ||
| Line 319: | Line 320: | ||
==Server== | ==Server== | ||
*[[GetGamemodeName]] | |||
*[[GetMaxPlayers]] | *[[GetMaxPlayers]] | ||
*[[GetServerName]] | *[[GetServerName]] | ||
*[[GetServerPort]] | *[[GetServerPort]] | ||
*[[IsPasswordProtected]] | *[[IsPasswordProtected]] | ||
*[[SetAutoRespawnAfterDeath]] | |||
*[[SetAutoSpawnOnConnect]] | |||
*[[SetCommandErrorMessage]] | *[[SetCommandErrorMessage]] | ||
*[[SetDefaultSpawnLocation]] | *[[SetDefaultSpawnLocation]] | ||
*[[SetGamemodeName]] | *[[SetGamemodeName]] | ||
*[[ | *[[SetGlobalDefaultCommandMessages]] | ||
*[[ | *[[SetGlobalServerChat]] | ||
*[[SetLogCommandParamParserExceptions]] | |||
*[[SetLogRemoteEventParamParserExceptions]] | |||
*[[StartBatch]] | |||
==Task== | |||
*[[Run]] | |||
*[[WaitForMainThread]] | |||
==TextLabel== | ==TextLabel== | ||
*[[CreateTextLabel]] | *[[CreateTextLabel]] | ||
*[[GetTextLabelColor]] | *[[GetTextLabelColor]] | ||
*[[GetTextLabelRange]] | |||
*[[GetTextLabelSeethrough]] | |||
*[[GetTextLabelText]] | *[[GetTextLabelText]] | ||
*[[SetTextLabelColor]] | *[[SetTextLabelColor]] | ||
*[[SetTextLabelRange]] | |||
*[[SetTextLabelSeethrough]] | *[[SetTextLabelSeethrough]] | ||
*[[SetTextLabelText]] | *[[SetTextLabelText]] | ||
| Line 341: | Line 354: | ||
*[[ConsoleOutput]] | *[[ConsoleOutput]] | ||
*[[FromJson]] | *[[FromJson]] | ||
*[[GetAllWeaponComponents]] | *<del>[[GetAllWeaponComponents]]</del> | ||
*[[GetHashKey]] | *[[GetHashKey]] | ||
*[[GetHashSha256]] | |||
*[[PedNameToModel]] | *[[PedNameToModel]] | ||
*[[PickupNameToModel]] | *[[PickupNameToModel]] | ||
| Line 350: | Line 364: | ||
==Vehicle== | ==Vehicle== | ||
*[[CreateVehicle]] | *[[CreateVehicle]] | ||
*[[ | *[[ExplodeVehicle]] | ||
*[[GetVehicleBulletproofTyres]] | *[[GetVehicleBodyHealth]] | ||
*<del>[[GetVehicleBulletproofTyres]]</del> | |||
*[[GetVehicleClass]] | *[[GetVehicleClass]] | ||
*[[GetVehicleClassName]] | *[[GetVehicleClassName]] | ||
*[[GetVehicleCustomPrimaryColor]] | *[[GetVehicleCustomPrimaryColor]] | ||
*[[GetVehicleCustomSecondaryColor]] | *[[GetVehicleCustomSecondaryColor]] | ||
*[[GetVehicleCustomTires]] | |||
*[[GetVehicleDashboardColor]] | *[[GetVehicleDashboardColor]] | ||
*[[GetVehicleDisplayName]] | *[[GetVehicleDisplayName]] | ||
*[[GetVehicleEnginePowerMultiplier]] | *[[GetVehicleDriver]] | ||
*[[GetVehicleEngineHealth]] | |||
*<del>[[GetVehicleEnginePowerMultiplier]]</del> | |||
*[[GetVehicleEngineStatus]] | *[[GetVehicleEngineStatus]] | ||
*[[GetVehicleEngineTorqueMultiplier]] | *<del>[[GetVehicleEngineTorqueMultiplier]]</del> | ||
*[[GetVehicleExtra]] | *[[GetVehicleExtra]] | ||
*[[GetVehicleHealth]] | *[[GetVehicleHealth]] | ||
*[[GetVehicleLivery]] | *[[GetVehicleLivery]] | ||
*[[GetVehicleLocked]] | |||
*[[GetVehicleMaxAcceleration]] | *[[GetVehicleMaxAcceleration]] | ||
*[[GetVehicleMaxBraking]] | *[[GetVehicleMaxBraking]] | ||
*[[GetVehicleMaxOccupants]] | *[[GetVehicleMaxOccupants]] | ||
*[[GetVehicleMaxPassengers]] | |||
*[[GetVehicleMaxSpeed]] | *[[GetVehicleMaxSpeed]] | ||
*[[GetVehicleMaxTraction]] | *[[GetVehicleMaxTraction]] | ||
*[[GetVehicleMod]] | *[[GetVehicleMod]] | ||
*[[GetVehicleNeonColor]] | *[[GetVehicleNeonColor]] | ||
*[[GetVehicleNeonState]] | *[[GetVehicleNeonState]] | ||
*[[GetVehicleNumberPlate]] | *[[GetVehicleNumberPlate]] | ||
*[[GetVehicleNumberPlateStyle]] | *[[GetVehicleNumberPlateStyle]] | ||
*[[GetVehicleOccupants]] | |||
*[[GetVehiclePearlescentColor]] | *[[GetVehiclePearlescentColor]] | ||
*[[GetVehiclePrimaryColor]] | *[[GetVehiclePrimaryColor]] | ||
*[[GetVehiclePrimaryPaint]] | |||
*[[GetVehicleSecondaryColor]] | *[[GetVehicleSecondaryColor]] | ||
*[[GetVehicleSecondaryPaint]] | |||
*[[GetVehicleSirenState]] | *[[GetVehicleSirenState]] | ||
*[[GetVehicleSpecialLightStatus]] | *[[GetVehicleSpecialLightStatus]] | ||
| Line 387: | Line 406: | ||
*[[GetVehicleTraileredBy]] | *[[GetVehicleTraileredBy]] | ||
*[[GetVehicleTrimColor]] | *[[GetVehicleTrimColor]] | ||
*[[GetVehicleTyreSmokeColor]] | *<del>[[GetVehicleTyreSmokeColor]]</del> | ||
*[[GetVehicleWheelColor]] | *[[GetVehicleWheelColor]] | ||
*[[GetVehicleWheelType]] | *[[GetVehicleWheelType]] | ||
*[[GetVehicleWindowTint]] | *[[GetVehicleWindowTint]] | ||
*[[RemoveVehicleMod]] | *[[RemoveVehicleMod]] | ||
*[[RepairVehicle]] | *[[RepairVehicle]] | ||
*[[SetVehicleBulletproofTyres]] | *[[SetVehicleBodyHealth]] | ||
*<del>[[SetVehicleBulletproofTyres]]</del> | |||
*[[SetVehicleCustomPrimaryColor]] | *[[SetVehicleCustomPrimaryColor]] | ||
*[[SetVehicleCustomSecondaryColor]] | *[[SetVehicleCustomSecondaryColor]] | ||
*[[SetVehicleCustomTires]] | |||
*[[SetVehicleDashboardColor]] | *[[SetVehicleDashboardColor]] | ||
*[[SetVehicleEnginePowerMultiplier]] | *[[SetVehicleEngineHealth]] | ||
*<del>[[SetVehicleEnginePowerMultiplier]]</del> | |||
*[[SetVehicleEngineStatus]] | *[[SetVehicleEngineStatus]] | ||
*[[SetVehicleEngineTorqueMultiplier]] | *<del>[[SetVehicleEngineTorqueMultiplier]]</del> | ||
*[[SetVehicleExtra]] | *[[SetVehicleExtra]] | ||
*[[SetVehicleHealth]] | *[[SetVehicleHealth]] | ||
| Line 409: | Line 427: | ||
*[[SetVehicleLocked]] | *[[SetVehicleLocked]] | ||
*[[SetVehicleMod]] | *[[SetVehicleMod]] | ||
*[[SetVehicleNeonColor]] | *[[SetVehicleNeonColor]] | ||
*[[SetVehicleNeonState]] | *[[SetVehicleNeonState]] | ||
| Line 417: | Line 433: | ||
*[[SetVehiclePearlescentColor]] | *[[SetVehiclePearlescentColor]] | ||
*[[SetVehiclePrimaryColor]] | *[[SetVehiclePrimaryColor]] | ||
*[[SetVehiclePrimaryPaint]] | |||
*[[SetVehicleSecondaryColor]] | *[[SetVehicleSecondaryColor]] | ||
*[[SetVehicleSecondaryPaint]] | |||
*[[SetVehicleSirenState]] | |||
*[[SetVehicleSpecialLightStatus]] | *[[SetVehicleSpecialLightStatus]] | ||
*[[SetVehicleTrimColor]] | *[[SetVehicleTrimColor]] | ||
*[[SetVehicleTyreSmokeColor]] | *<del>[[SetVehicleTyreSmokeColor]]</del> | ||
*[[SetVehicleWheelColor]] | *[[SetVehicleWheelColor]] | ||
*[[SetVehicleWheelType]] | *[[SetVehicleWheelType]] | ||
*[[SetVehicleWindowTint]] | *[[SetVehicleWindowTint]] | ||
*[[ | *[[SpawnVehicle]] | ||
==World== | ==World== | ||
Latest revision as of 15:00, 23 December 2022
ACL
- DoesPlayerHaveAccessToCommand
- GetPlayerAclGroup
- IsAclEnabled
- IsPlayerLoggedIn
- LoginPlayer
- LogoutPlayer
Blip
- CreateBlip
- GetBlipColor
- GetBlipName
- GetBlipPosition
GetBlipRouteColorGetBlipRouteVisible- GetBlipScale
- GetBlipShortRange
- GetBlipSprite
- GetBlipTransparency
- SetBlipColor
- SetBlipName
- SetBlipPosition
SetBlipRouteColorSetBlipRouteVisible- SetBlipScale
- SetBlipShortRange
- SetBlipSprite
- SetBlipTransparency
Chat
Checkpoint
- CreateCheckpoint
- GetCheckpointColor
- GetCheckpointDirection
- GetCheckpointScale
- SetCheckpointColor
- SetCheckpointDirection
- SetCheckpointScale
ClientEvent
- CancelPendingRpc
- HasPendingRpc
- Register
- RegisterProc
- TriggerClientEvent
- TriggerClientEventForAll
- TriggerClientEventInDimension
- TriggerClientEventInRange
- TriggerClientEventToPlayers
- TriggerClientEventUnreliable
- TriggerClientProc
- Unregister
- UnregisterPendingRpc
ClientEventThreadSafe
ColShape
- Create2DColShape
- Create3DColShape
- CreateCircleColShape
- CreateCylinderColShape
- CreateSphereColShape
- DeleteColShape
- IsPointWithinColshape
Command
Data
- GetAllEntityData
GetAllEntitySharedData- GetAllWorldData
GetAllWorldSharedData- GetEntityData
- GetEntitySharedData
- GetWorldData
GetWorldSharedData- HasEntityData
- HasEntitySharedData
- HasWorldData
HasWorldSharedData- ResetEntityData
- ResetEntitySharedData
- ResetWorldData
ResetWorldSharedData- SetEntityData
- SetEntitySharedData
- SetWorldData
SetWorldSharedData
DummyEntity
Entity
- DeleteEntity
- DoesEntityExist
- DoesEntityExistForPlayer
- GetEntityDimension
- GetEntityFromHandle
- GetEntityModel
- GetEntityPosition
- GetEntityRotation
- GetEntityTransparency
- GetEntityType
- GetEntityVelocity
- SetEntityDimension
- SetEntityModel
- SetEntityPosition
- SetEntityRotation
- SetEntityTransparency
- SetEntityVelocity
Explosion
LocalEvent
Log
Marker
- CreateMarker
- GetMarkerBobUpAndDown
- GetMarkerColor
- GetMarkerDirection
- GetMarkerScale
- GetMarkerType
- SetMarkerBobUpAndDown
- SetMarkerColor
- SetMarkerDirection
- SetMarkerScale
- SetMarkerType
Native
FetchNativeFromPlayer- SendNativeToAllPlayers
- SendNativeToPlayer
- SendNativeToPlayersInDimension
- SendNativeToPlayersInRange
- SendNativeToPlayersInRangeInDimension
Notification
- SendNotificationToAll
- SendNotificationToPlayer
- SendPictureNotificationToAll
- SendPictureNotificationToPlayer
Object
Particle
CreateLoopedParticleEffectOnEntityCreateLoopedParticleEffectOnPosition- CreateParticleEffectOnEntity
- CreateParticleEffectOnPosition
Ped
Pickup
Player
- BanPlayer
- ClearPlayerAccessory
- ClearPlayerDecorations
- ClearPlayerTasks
- DeletePlayerWorldProp
- DisablePlayerVoiceTo
- EnablePlayerVoiceTo
- Eval
- FreezePlayerTime
- GetPlayerAccessory
- GetPlayerAccessoryDrawable
- GetPlayerAccessoryTexture
- GetPlayerAddress
- GetPlayerAimingPoint
- GetPlayerArmor
- GetPlayerClothes
- GetPlayerClothesDrawable
- GetPlayerClothesTexture
- GetPlayerCurrentWeapon
- GetPlayerCurrentWeaponAmmo
- GetPlayerEyeColor
- GetPlayerFaceFeature
- GetPlayerFromHandle
- GetPlayerFromName
- GetPlayerHairColor
- GetPlayerHeadBlend
- GetPlayerHeadBlendPaletteColor
- GetPlayerHeadOverlay
- GetPlayerHealth
- GetPlayerName
- GetPlayerNametag
- GetPlayerPing
- GetPlayerSerial
- GetPlayersInRadiusOfPlayer
- GetPlayersInRadiusOfPosition
- GetPlayerSocialClubId
- GetPlayerSocialClubName
- GetPlayerVehicle
- GetPlayerVehicleSeat
- GetPlayerVelocity
- GetPlayerWeaponAmmo
- GetPlayerWeapons
- GivePlayerWeapon
- IsCefEnabled
- IsMediaStreamEnabled
- IsPlayerAiming
- IsPlayerConnected
- IsPlayerDead
- IsPlayerInAnyVehicle
- IsPlayerInCover
- IsPlayerOnLadder
- IsPlayerReloading
- IsPlayerRespawning
- IsPlayerShooting
- KickPlayer
- PlayPlayerAnimation
- PlayPlayerScenario
- RemoveAllPlayerWeapons
- RemovePlayerDecoration
- RemovePlayerHeadBlendPaletteColor
- RemovePlayerWeapon
- ResetPlayerNametag
- SetPlayerAccessory
- SetPlayerArmor
- SetPlayerClothes
- SetPlayerCurrentWeapon
- SetPlayerCurrentWeaponAmmo
- SetPlayerCustomization
- SetPlayerDecoration
- SetPlayerEyeColor
- SetPlayerFaceFeature
- SetPlayerHairColor
- SetPlayerHeadBlend
- SetPlayerHeadBlendPaletteColor
- SetPlayerHeadOverlay
- SetPlayerHealth
- SetPlayerIntoVehicle
- SetPlayerName
- SetPlayerNametag
- SetPlayerSkin
- SetPlayerVelocity
- SetPlayerToSpectatePlayer
- SetPlayerToSpectator
- SetPlayerVelocity
- SetPlayerWeaponAmmo
- SpawnPlayer
- StopPlayerAnimation
- UpdatePlayerHeadBlend
- WarpPlayerOutOfVehicle
Pools
- GetAllBlips
- GetAllCheckpoints
- GetAllColShapes
- GetAllDummyEntities
- GetAllMarkers
- GetAllObjects
- GetAllPeds
- GetAllPickups
- GetAllPlayers
- GetAllTextLabels
- GetAllVehicles
Resource
- Call
- DoesConfigExist
- DoesResourceExist
- GetAllResources
- GetCurrentGamemode
- GetMapGamemodes
- GetMapsForGamemode
- GetResourceAuthor
- GetResourceCommandInfo
- GetResourceCommandInfos
- GetResourceCommands
- GetResourceDescription
- GetResourceFolder
- GetResourceName
- GetResourceSetting
- GetResourceSettingDescription
- GetResourceSettings
- GetResourceType
- GetResourceVersion
- GetRunningResources
- GetSetting
- GetThisResource
- HasResourceSetting
- HasSetting
- IsResourceRunning
- LoadXml
- SetResourceSetting
- SetSetting
- StartResource
- StopResource
Server
- GetGamemodeName
- GetMaxPlayers
- GetServerName
- GetServerPort
- IsPasswordProtected
- SetAutoRespawnAfterDeath
- SetAutoSpawnOnConnect
- SetCommandErrorMessage
- SetDefaultSpawnLocation
- SetGamemodeName
- SetGlobalDefaultCommandMessages
- SetGlobalServerChat
- SetLogCommandParamParserExceptions
- SetLogRemoteEventParamParserExceptions
- StartBatch
Task
TextLabel
- CreateTextLabel
- GetTextLabelColor
- GetTextLabelRange
- GetTextLabelSeethrough
- GetTextLabelText
- SetTextLabelColor
- SetTextLabelRange
- SetTextLabelSeethrough
- SetTextLabelText
Util
- ConsoleOutput
- FromJson
GetAllWeaponComponents- GetHashKey
- GetHashSha256
- PedNameToModel
- PickupNameToModel
- ToJson
- VehicleNameToModel
- WeaponNameToModel
Vehicle
- CreateVehicle
- ExplodeVehicle
- GetVehicleBodyHealth
GetVehicleBulletproofTyres- GetVehicleClass
- GetVehicleClassName
- GetVehicleCustomPrimaryColor
- GetVehicleCustomSecondaryColor
- GetVehicleCustomTires
- GetVehicleDashboardColor
- GetVehicleDisplayName
- GetVehicleDriver
- GetVehicleEngineHealth
GetVehicleEnginePowerMultiplier- GetVehicleEngineStatus
GetVehicleEngineTorqueMultiplier- GetVehicleExtra
- GetVehicleHealth
- GetVehicleLivery
- GetVehicleLocked
- GetVehicleMaxAcceleration
- GetVehicleMaxBraking
- GetVehicleMaxOccupants
- GetVehicleMaxPassengers
- GetVehicleMaxSpeed
- GetVehicleMaxTraction
- GetVehicleMod
- GetVehicleNeonColor
- GetVehicleNeonState
- GetVehicleNumberPlate
- GetVehicleNumberPlateStyle
- GetVehicleOccupants
- GetVehiclePearlescentColor
- GetVehiclePrimaryColor
- GetVehiclePrimaryPaint
- GetVehicleSecondaryColor
- GetVehicleSecondaryPaint
- GetVehicleSirenState
- GetVehicleSpecialLightStatus
- GetVehicleTrailer
- GetVehicleTraileredBy
- GetVehicleTrimColor
GetVehicleTyreSmokeColor- GetVehicleWheelColor
- GetVehicleWheelType
- GetVehicleWindowTint
- RemoveVehicleMod
- RepairVehicle
- SetVehicleBodyHealth
SetVehicleBulletproofTyres- SetVehicleCustomPrimaryColor
- SetVehicleCustomSecondaryColor
- SetVehicleCustomTires
- SetVehicleDashboardColor
- SetVehicleEngineHealth
SetVehicleEnginePowerMultiplier- SetVehicleEngineStatus
SetVehicleEngineTorqueMultiplier- SetVehicleExtra
- SetVehicleHealth
- SetVehicleLivery
- SetVehicleLocked
- SetVehicleMod
- SetVehicleNeonColor
- SetVehicleNeonState
- SetVehicleNumberPlate
- SetVehicleNumberPlateStyle
- SetVehiclePearlescentColor
- SetVehiclePrimaryColor
- SetVehiclePrimaryPaint
- SetVehicleSecondaryColor
- SetVehicleSecondaryPaint
- SetVehicleSirenState
- SetVehicleSpecialLightStatus
- SetVehicleTrimColor
SetVehicleTyreSmokeColor- SetVehicleWheelColor
- SetVehicleWheelType
- SetVehicleWindowTint
- SpawnVehicle