getNearestObjectOfType
local propHash = GetHashKey("prop_atm_01")
local atm = ps.getNearestObjectOfType(propHash, 5.0)
if atm ~= 0 then
print("Found ATM nearby")
endLast updated
local propHash = GetHashKey("prop_atm_01")
local atm = ps.getNearestObjectOfType(propHash, 5.0)
if atm ~= 0 then
print("Found ATM nearby")
endLast updated