8000 GitHub - ImBaphomettt/RageIB: Rage Instructional Button. is a standalone Instructional Button for FiveM.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Rage Instructional Button. is a standalone Instructional Button for FiveM.

License

Notifications You must be signed in to change notification settings

ImBaphomettt/RageIB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RageIB

Rage Instructional Button. is a standalone Instructional Button for FiveM.

local object = UIInstructionalButton.__constructor()
Citizen.CreateThread(function()
    while true do
        Citizen.Wait(1.0)
        object:onTick()
    end
end)

RegisterCommand("background", function()
    object:UpdateBackground(255, 100, 0, 80)
end)

RegisterCommand("example", function()
    for i = 1, 300 do
        object:Add(tostring(i), i)
        Citizen.Wait(50)
    end
    object:Visible(true)
end)

AddEventHandler('onResourceStart', function(resourceName)
    if (GetCurrentResourceName() ~= resourceName) then
        return
    end
    object:onRefresh()
end)

unknown

About

Rage Instructional Button. is a standalone Instructional Button for FiveM.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0