Skip to content
Matheus Lima edited this page Mar 26, 2025 · 13 revisions

General Constants

ServerOption

  • 0 | syncFrameLimiter
  • 1 | frameLimit
  • 2 | taxiBoostJump
  • 3 | driveOnWater
  • 4 | fastSwitch
  • 5 | friendlyFire
  • 6 | driveBy
  • 7 | perfectHandling
  • 8 | flyingCars
  • 9 | jumpSwitch
  • 10 | showMarkers
  • 11 | teamMarkersOnly
  • 12 | stuntBike
  • 13 | shootInAir
  • 14 | nametags
  • 15 | joinMessages
  • 16 | deathMessages
  • 17 | chatTags
  • 18 | classes
  • 19 | wallGlitch
  • 20 | backfaceCulling
  • 21 | heliBladeDamage
  • 22 | disableCrouch

PlayerOption

  • 0 | controllable
  • 1 | driveBy
  • 2 | whiteScanlines
  • 3 | greenScanlines
  • 4 | widescreen
  • 5 | showMarkers
  • 6 | canAttack
  • 7 | hasMarker
  • 8 | chatTagsEnabled
  • 9 | drunkEffects
  • 10 | bleeding

DisconnectReason

  • 0 | timeout
  • 1 | quit
  • 2 | kick / ban / kickban
  • 3 | crash
  • 4 | ac

VehicleUpdate

  • 0 | driverSync
  • 1 | otherSync
  • 2 | position
  • 4 | health
  • 5 | colour
  • 6 | rotation

Notes

ID 3 was not specified in the plugin header. Just ignore it.


BodyPart

  • 0 | body
  • 1 | torso
  • 2 | leftArm
  • 3 | rightArm
  • 4 | leftLeg
  • 5 | rightLeg
  • 6 | head
  • 7 | inVehicle
Clone this wiki locally