💻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.

  • Ensure zat-carrental on the server.cfg.

  • For ox_inventory under ox_inventory\modules\items\client.lua:

  • Add zat-rentalpaper item to database

Item('zat-rentalpaper', function(data, slot)
        TriggerEvent("zat-carrental:client:UseRentalPaper", slot.metadata)
    end)

Last updated