Usage
RegisterCommand("test", function()
local health = 2
if exports["tgiann-fallouthacker"]:openMenu(health)then
print("hack success")
else
print("hack unsuccessful")
end
end)
Last updated
RegisterCommand("test", function()
local health = 2
if exports["tgiann-fallouthacker"]:openMenu(health)then
print("hack success")
else
print("hack unsuccessful")
end
end)
Last updated