FAQ

Almost every config option have a comment explaining in detail what it does, but some functions are also available in the open files, here's a little guide just in case you are looking for something very specific:

Model, Animation or Toggle Menu keybinds
  • Go to client/editable/_controls.lua

  • local toggleMenu, local changeModel and local changeAnimation

Dispatch
  • Go to client/editable/dispatch.lua

  • Add your own dispatch based on the notification type (placing graffiti, removing graffiti, robbing a gang npc)

Minigame for Raids
  • client/editable/raid.lua > line 35

  • If not using av_alphabet then add your own minigame, make sure to wait for minigame result before returning result.

Weather when inside property
  • client/editable/weather.lua

  • Only av_weather is supported, even when there's some code for qb-weathersync and cd_easytime I don't provide any support.

  • If not using any of these scripts, add your own freeze/sync events inside Weather function.

Gang app doesnt open
  • If your Gang App keeps closing after u click on it, means your gang does NOT exist anymore. This is because you deleted the gangs.json and the player gang is no longer registered in server.

Last updated