π§Progressbar
This is how to use our Progressbar
Last updated

This is how to use our Progressbar
Last updated
start mfp_progressbarexports['mfp_progressbar']:startUI(yourtime, "YOURMESSAGE")
-- yourtime has to be INT in ms, YYOURMESSAGE a Stringexports['mfp_progressbar']:startUI(10000, "Repair Vehicle...")
-- this message is 10000ms = 10sec triggered.