I installed a hud and I get these errors and I can’t find a solution
Hello, this is a friendly reminder because this is your first time creating a topic (or it has been a while since your last topic) in this category.
Please note that most of the support is provided by the Cfx.re community on a voluntary basis. We ask you to be patient; there is no guarantee we have a solution to your problem(s). To avoid unnecessary/duplicate topics, please browse the forums before creating a topic.
To improve your chances of your issue(s) being solved, please provide as much information as possible about the issue(s) you are having. Also —whenever possible— please use the template given to you when creating a topic.
Thanks for keeping these forums tidy!
You don’t have async installed. It seems to be a dependency for es_extended.
Hope it helps.
@curiosity is right in a sence, but hasnt provided any real information on what you could do to fix it.
The easiest way to figure this out is simply read the yellow text you have highlighted…
‘Couldn’t find resource async’ - this means that you have in your server.cfg ‘start async’ but what it is saying is that it cannot find the folder called ‘async’ make sure its called async and NOT ‘async-master’…
This is why es_extended, esx_addonaccount and esx_society is not starting because async has not been initialized… also I wouldnt recommend using esx_hide_hud for the sole purpose of hiding the standard esx hud to replace it with trew’s hud… go to your es_extended folder, go to config.lua and on Line 13 you will see it says ‘Config.EnableHud = true’ change this to false to hide the standard money hud, otherwise people will be able to open the standard hud ontop of trew’s hud.
But again your main problem is that you have either mispelled the async folder name or you forgot to change it from ‘async-master’ to ‘async’ it really doesnt matter what you name the folder aslong as when you want to start the resource in server.cfg its named exactly what the folder is called.
Having clean server base is always a good thing to learn early, so you dont build up a huge mess by the time you have added all your plugins, Below is some screenshots of how my Dev Server is currently setup, (everyone is different but this to me is excellently sorted and very easy to access what ever I want and I know exactly where everything is and all I need to touch is the 4 top folders.)
if you still can’t figure it out, upload screenshots of where your async folder is and your server.cfg where it starts async. Because the problem IS that async has not started, nothing to do with trew’s hud
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.