Minigames

  • For lockpick minigame go to client/framework/lockpick.lua and replace the ps-ui export from line 6-8 with your own minigame export, make sure to return success as true/false.

  • For alarm minigame go to client/framework/alarm.lua and inside AlarmHack() in line 11-14 replace the export with your own minigame, make sure to return hacked as true/false.

Last updated