Skip to main content

Installation

Setup Config and Licensekey

Extracting

  1. Extract the file inside your resource folder, it is important you call it omik_polititablet
  2. Next, open the folder omik_polititablet

Add to server.cfg

info

Ensure the resource is started after your framework and database resource.

  1. Add the following to your server.cfg
...

ensure omik_polititablet

...

Setup Config

  1. Please go trough the fields in omik_polititablet/config.lua and fill them out
caution

cfg.esx_event should only be filled out if you have set esx in cfg.framework

./omik_polititablet/config.lua
...

cfg.framework = "esx" -- vrp // esx // qbcore

cfg.esx_event = "esx:getSharedObject" -- Event to get the shared object from ESX

-- Learn more about compatible phones and housing resources here
-- https://docs.omikkel.com/docs/omik_polititablet/compatibility
cfg.housing = "" -- Name of the housing script you are using. If you are using the default, leave it empty.
cfg.phone = "" -- Name of the phone you are using. If you are using the default, leave it empty.

...

Insert Licensekey

  1. Open the file omik_polititablet/licensekey.lua
  2. Insert your licensekey in the file

Custom images

  1. Open the folder omik_polititablet/img
  2. Replace the below images with your own logos
  • logo_dark.png
  • logo_light.png
  • logo_login_dark.png
  • logo_login_light.png
  • background.png
  1. Remember to activate the images in the Admin settings on the tablet