Installation
Setup Config and Licensekey
Extracting
- Extract the file inside your resource folder, it is important you call it omik_polititablet
- Next, open the folder omik_polititablet
Add to server.cfg
info
Ensure the resource is started after your framework and database resource.
- Add the following to your server.cfg
...
ensure omik_polititablet
...
Setup Config
- Please go trough the fields in omik_polititablet/config.luaand fill them out
- ESX
- vRP
- QBCore
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.
...
./omik_polititablet/config.lua
...
cfg.framework = "vrp" -- vrp // esx // qbcore
-- 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.
...
./omik_polititablet/config.lua
...
cfg.framework = "qbcore" -- vrp // esx // qbcore
-- 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
- Open the file omik_polititablet/licensekey.lua
- Insert your licensekey in the file
Custom images
- Open the folder omik_polititablet/img
- Replace the below images with your own logos
- logo_dark.png
- logo_light.png
- logo_login_dark.png
- logo_login_light.png
- background.png
- Remember to activate the images in the Admin settings on the tablet