madKelly Posted October 8, 2017 Share Posted October 8, 2017 Hello guys. I have huge problem with CEF when I enter in server (event playerJoin). Everything works, my function server and client side works but CEF browser doesn't display. When I use command handler "/gui" then cef is displayed. This code works on PC my buddy... https://github.com/madKelly/gamemode Link to comment Share on other sites More sharing options...
MrPancakers Posted October 8, 2017 Share Posted October 8, 2017 In case anyone wishes to help, I tried out the code myself and it does work, there's just something on madKelly's side that isn't letting the page show up when he joins his server. Link to comment Share on other sites More sharing options...
madKelly Posted October 8, 2017 Author Share Posted October 8, 2017 1 hour ago, MrPancakers said: In case anyone wishes to help, I tried out the code myself and it does work, there's just something on madKelly's side that isn't letting the page show up when he joins his server. Yep. I delete all files and redownload everything but still nothing... Link to comment Share on other sites More sharing options...
madKelly Posted October 8, 2017 Author Share Posted October 8, 2017 function OnPlayerJoin(player) { console.log("\nFunction OnPlayer działa!"); player.position = new mp.Vector3(-403, 5962, 31); player.call("gamemode:createLoginPanel"); } mp.events.add("playerJoin", OnPlayerJoin); player.call("gamemode:createLoginPanel"); don't work. Question - why? Link to comment Share on other sites More sharing options...
zigutt Posted October 15, 2017 Share Posted October 15, 2017 (edited) В 10/8/2017 в 22:33, madKelly сказал: function OnPlayerJoin(player) { console.log("\nFunction OnPlayer działa!"); player.position = new mp.Vector3(-403, 5962, 31); player.call("gamemode:createLoginPanel"); } mp.events.add("playerJoin", OnPlayerJoin); player.call("gamemode:createLoginPanel"); don't work. Question - why? u need to trigger server after ur CEF starts . then createLoginPanel Edited October 15, 2017 by zigutt Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now