Hello, i try to make my firs server and doesnt load the map it stay on "Awaiting scrip"and i got this. F8 show me
script:vrp:nui Unchught (in promise) NotFoundError: Requested device not found (@vrp/gui/inex.html:0)

This is my vrp/gui/inex.html content.

<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8">
    <script src="nui://game/ui/jquery.js" type="text/javascript"></script>
    <script type="text/javascript">
      LIBOPUS_WASM_URL = "http://cdn.jsdelivr.net/gh/ImagicTheCat/libopusjs@7b92b296f24a5c9de57499db803df6bb7636a581/dist/libopus.wasm"; //fix for "nui://" fetch requests
    </script>
    <script src="lib/libopus.wasm.js" type="text/javascript"></script>
    <script src="dynamic_classes.js" type="text/javascript"></script>
    <script src="Menu.js" type="text/javascript"></script>
    <script src="ProgressBar.js" type="text/javascript"></script>
    <script src="WPrompt.js" type="text/javascript"></script>
    <script src="RequestManager.js" type="text/javascript"></script>
    <script src="AnnounceManager.js" type="text/javascript"></script>
    <script src="RadioDisplay.js" type="text/javascript"></script>
    <script src="countdown.js" type="text/javascript"></script>
    <script src="Div.js" type="text/javascript"></script>
    <script src="AudioEngine.js" type="text/javascript"></script>
    <script src="main.js" type="text/javascript"></script>
    <link href="design.css" rel="stylesheet" type="text/css" />
  </head>
  <body>
  </body>
</html>

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!
:mascot:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.