Skip to content

t0sic/t0sic_loadingbar

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

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