im asking how to connect it and set a bind to it. not exactly open it.what have we come to?
questions in the style of "how to open the menu on my server"
pizdeeeeeee with such an outstretched e-e-e-e-e-e
Well, open the certificate and see if it’s on the editor page or what is it?
im asking how to connect it and set a bind to it. not exactly open it.
"im asking how to connect it and set a bind to it. not exactly open it."
вопрос всё ещё настолько же тупой, как и первый"im asking how to connect it and set a bind to it. not exactly open it."
this is me correcting my sentence. stop trying to be a smart ass. lol
this is redage, its already built in. I just dont know if its connected or if I need to add a bind in bind.js or anything.the question is still as stupid as the first one
In order to connect any layout, you need to obviously show the client your browser and set the conditions for calling it.
After that, rewrite the client’s events to interact with your new pieces of Vue there or react project (or whatever else this page is made of)
Nobody sees your code, no one sees your server - so there is no direct answer to such a question, except for some obvious guides that can be Googled in four seconds, instead of waiting for a magical ready-made solution on the forum for several days (which is anyway will not be)
CEF Tutorial (Interact with browser pages in RAGEMP client and server)
Introduction Hello, So I have decided I should make this tutorial about how to use CEF alongside RAGEMP to make interactable UI because I have spent some time understanding it from examples without a clear tutorial, I am going to explain how to interact between the CEF browsers and RAGEMP client,...rage.mp
я тебя не понимаю, для подключения нужно 2 вещи, эвент который открывает браузер, эвент который триггер первый.this is redage, its already built in. I just dont know if its connected or if I need to add a bind in bind.js or anything.
let browser
mp.events.add("openPolicePC", () => {
if (browser) return
// в переменную передаешь линк до html
browser =
});
mp.keys.bind(0x71, true, function() {
mp.events.call("openPolicePC")
});