Client
In this section you can find client-sided exports and events to be used/integrated with other resources.
Exports
Is Model ATM
-- params: entityModel(INT)
exports['t1ger_atmrobbery']:IsModelATM(entityModel)
-- returns boolean(true/false) if given entityModel is an ATM
-- Example:
if IsModelATM(GetEntityModel(entity)) then
print("entity is an ATM")
end
Is Near ATM
-- params: entityHandle(INT)
exports['t1ger_atmrobbery']:IsNearATM(entityHandle)
-- returns boolean(true/false) if near ATM or not
-- Example:
if IsNearATM(entityHandle) then
print("player is near ATM")
end
Is Busy ATM
Set Busy ATM
Events
Last updated