Exports
If you need any other callback or event, just let me know!
getVisumState (client)
Returns the current visum state of the player:
"whitelisted" -> Player is whitelisted
"visum" -> Player has valid visum
"expired" -> Player visum has expired
Example how to limit shops using ox_inventory:
ox_inventory/client.lua in line 166
You can block all functions for people who are not listed and only have visa or it has expired.
Last updated
Was this helpful?