Hello together,
i want to use an Construct 3 HTML5 export in Altv altv.mp. I can load the site inside of GTA but I can't import the alt JS
import * as alt from 'alt-client';
[00:10:42][Error] [WEB, View 000001944E4CF560] http://resource/client/index.html:0:Uncaught TypeError: Failed to resolve module specifier "alt-client". Relative references must start with either "/", "./", or "../".
[00:10:42][Error] [WEB, View 000001944E4CF560] http://resource/client/scripts/c3runtime.js:3587:Uncaught (in promise) TypeError: Cannot read property 'Event-Blatt1_Event2' of undefined
I have tried several different thinks but I don't know how to solve my problem. I am not a pro in JS and C3. So I want to interact with the C3 UI and send messages to the Altv server and receive messages.
Thanks