Advertisement
Guest User

Untitled

a guest
Feb 18th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. emEventControls = {
  2. [1] = {
  3. {"Freeze Players", "Unfreeze Players", "EActionFreezePlr"},
  4. {"Disable Shooting", "Enable Shooting", "EActionShooting"},
  5. {"Enable Player Damage", "Disable Player Damage", "EActionDmgPlr"},
  6. {"Give Jetpack Access", "Take Jetpack Access", "EActionJetpackAccess"},
  7. {"Disable Quit Job", "Enable Quit Job", "EActionQuitJob"},
  8. {"Disable End Shift", "Enable End Shift", "EActionEndShift"},
  9. {"Warp Players To Me", "Warp Players To Me", "EActionWarpPlrToMe"},
  10. {"Set Everyone Off-Duty", "Set Everyone Off-Duty", "EActionOffDuty"},
  11. {"Disable Weapons", "Enable Weapons", "EActionWeapon"},
  12. {"Disable Team-Killing", "Enable Team-Killing", "EActionTeamKill"}
  13. },
  14. [2] = {
  15. {"Freeze Vehicles", "Unfreeze Vehicles", "EActionFreezeVeh"},
  16. {"Lock Vehicles", "Unlock Vehicles", "EActionLockVeh"},
  17. {"Disable Vehicle Damage", "Enable Vehicle Damage", "EActionDamageVeh"},
  18. {"Fix All Vehicles", "Fix All Vehicles", "EActionFixVeh"},
  19. {"Enable Ramps", "Disable Ramps", "EActionRampVeh"},
  20. {"Disable Vehicle Leaving", "Enable Vehicle Leaving", "EActionLeavingVeh"},
  21. {"Disable Hijacking", "Enable Hijacking", "EActionHijackVeh"},
  22. {"Enable Missiles", "Disable Missiles", "EActionMissilesVeh"},
  23. {"Set All Car's HP", "Set All Car's HP", "EActionSetCarsHP"},
  24. {"Set All Car's Fuel", "Set All Car's Fuel", "EActionSetCarFuel"},
  25. },
  26. [3] = {
  27. {"Change Weather", "Change Weather", "EActionWeatherChange"},
  28. {"Change Wave Height", "Change Wave Height", "EActionWaveHeight"},
  29. {"Change Water Level", "Change Water Level", "EActionWaterLevel"}, -- Use /setwl for this
  30. },
  31. [4] = {
  32. {"Enable Race Teleport", "Disable Race Teleport", "EActionRaceTP"},
  33. {"Set Kill Money", "Set Kill Money", "EActionKillMoney"},
  34. {"Destroy Cars", "Destroy Cars", "EMDestroyVeh"},
  35. {"Destroy Empty Vehicles", "Destroy Empty Vehicles", "EActionDestroyEmptyVeh"},
  36. {"Open CEM Bank", "Open CEM Bank", "EMCEMBankToggle"},
  37. {"Load/Save Event", "Load/Save Event", "EMLoadSaveToggle"},
  38. {"Open Roadblocks GUI", "Open Roadblocks GUI", "EMRBToggle"},
  39. {"Element Explorer", "Element Exlporer", "EMElementExplorerToggle"},
  40. },
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement