Skip to content

t0sic/t0sic_loadingbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

t0sic_loadingbar

Features

  • A loadingbar that will execute a callback after a certain amount of time.

Download & Installation

Using Git

cd resources
git clone https://github.com/qalle-fivem/t0sic_loadingbar

Manually

  • Download from this.

Installation

  • Add this to your server.cfg:
start t0sic_loadingbar

Example

  • This will make a progressbar with the title Taking bandage... and it will execute SetEntityHealth after 10000ms
    exports["t0sic_loadingbar"]:StartDelayedFunction("Taking bandage...", 10000, function()
        SetEntityHealth(PlayerPedId(), GetPedMaxHealth(PlayerPedId()))
    end)

Loadingbar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published