💻Installation

Dependencies

ES EXTENDED

You will need the latest version of es_extended.

  • Extract the contents of the archive to your resources folder.

  • Start the resource near the top of your resources in your server.cfg.

Installing the resource

  • Make sure you have the dependencies listed above installed.

  • Extract the contents of the archive to your resources folder.

  • Add these items into ox_inventory/data/items.lua :

  • If you want the alarm sound and sound effects :

    • Download interact-sound from Github.

    • Addthe .ogg files inside [sounds] into interact-sound\client\html\sounds.

  • Add this to your inventory js :

else if (itemData.name == "srecuritycard") {
    $(".item-info-title").html("<p>" + itemData.label + "</p>"); 
    $(".item-info-description").html("<p> Code: " + itemData.info.code + "</p>");   
}
  • Doorlocks :

    • QB : add the doorlock.lua into qb-doorlock\configs

    • OX : add the SQL into ox_doorlock TABLE

      IMPORTANT : Change the IDs to avoid duplicated door IDS

  • Ensure zat-storerobbery.

  • If you are using GABZ 247Mlo then :

    • ensure zat - ltddoors

  • If you are using FM SUPERMARKET Mlo then :

    • ensure zat-mfsupermaketdoors

    • zat-ltddoors

  • If you are not using GABZ 247Mlo then :

    • ensure zat - ltddoors

    • ensure zat-247doors

Last updated