Exports
There's only one export available and is used to know if a player is inside a house, trigger it from any client side file:
local inHouse = exports['av_houserobbery']:insideHouse()
print(inHouse) -- It will print true or false
Last updated
There's only one export available and is used to know if a player is inside a house, trigger it from any client side file:
local inHouse = exports['av_houserobbery']:insideHouse()
print(inHouse) -- It will print true or false
Last updated