Skip to content

Commit

Permalink
📝 update commands
Browse files Browse the repository at this point in the history
  • Loading branch information
MiranDMC committed Oct 31, 2024
1 parent f66fadd commit 23e09bd
Showing 1 changed file with 81 additions and 0 deletions.
81 changes: 81 additions & 0 deletions sa/enums.json
Original file line number Diff line number Diff line change
Expand Up @@ -3414,5 +3414,86 @@
"Normal": 0,
"Friend": 1,
"Enemy": 2
},
"Event": {
"None": -1,
"VehicleCollision": 1,
"PedCollisionWithPed": 2,
"PedCollisionWithPlayer": 3,
"PlayerCollisionWithPed": 4,
"ObjectCollision": 5,
"BuildingCollision": 6,
"DraggedOutCar": 7,
"KnockOffBike": 8,
"Damage": 9,
"Death": 10,
"DeadPed": 11,
"PotentialGetRunOver": 12,
"PotentialWalkIntoPed": 13,
"VehicleHitAndRun": 14,
"ShotFired": 15,
"CopCarBeingStolen": 16,
"PedEnteredMyVehicle": 17,
"Revive": 18,
"ChatPartner": 19,
"SexyPed": 20,
"SexyVehicle": 21,
"PedToChase": 25,
"PedToFlee": 26,
"Attractor": 27,
"VehicleToSteal": 28,
"VehicleThreat": 30,
"GunAimedAt": 31,
"ScriptCommand": 32,
"InAir": 33,
"VehicleDied": 35,
"AcquaintancePedHate": 36,
"AcquaintancePedDislike": 37,
"AcquaintancePedLike": 38,
"AcquaintancePedRespect": 39,
"VehicleDamageWeapon": 41,
"Special": 42,
"GotKnockedOverByCar": 43,
"PotentialWalkIntoObject": 44,
"CarUpsideDown": 45,
"PotentialWalkIntoFire": 46,
"GroupEvent": 47,
"ScriptedAttractor": 48,
"ShotFiredWhizzedBy": 49,
"LowAngerAtPlayer": 50,
"HighAngerAtPlayer": 51,
"HealthReallyLow": 52,
"HealthLow": 53,
"LeaderEnteredCarAsDriver": 54,
"LeaderExitedCarAsDriver": 55,
"PotentialWalkIntoVehicle": 56,
"LeaderQuitEnteringCarAsDriver": 57,
"OnFire": 58,
"FireNearby": 59,
"PotentialWalkIntoBuilding": 60,
"SoundLoud": 61,
"SoundQuiet": 62,
"AcquaintancePedHateBadlyLit": 63,
"WaterCannon": 64,
"SeenPanickedPed": 65,
"InWater": 66,
"AreaCodes": 67,
"PlayerWantedLevel": 69,
"CreatePartnerTask": 70,
"PlayerCommandToGroup": 71,
"SeenCop": 72,
"VehicleDamageCollision": 73,
"OnEscalator": 74,
"Danger": 75,
"PlayerCommandToGroupGather": 76,
"LeaderEntryExit": 77,
"VehicleOnFire": 79,
"InteriorUseInfo": 81,
"SignalAtPed": 88,
"PassObject": 89,
"NewGangMember": 90,
"LeanOnVehicle": 92,
"StuckInAir": 93,
"DontJoinGroup": 94
}
}

0 comments on commit 23e09bd

Please sign in to comment.