Apps
Last updated
Last updated
To enable/disable an APP go to Config.lua and return true/false inside isEnabled function.
To enable an APP with an Item use the export exports['av_laptop']:hasItem(itemName)
To enable an APP when the user connects to a hotspot you can use the WiFi export, the APP will be removed if the player gets disconnected from the hotspot.
You can use any export/check to enable an App, just make sure is client side.