External server selector & launcher

Im one of the people who have problem with AMD/Intel Error
I tried disabling intel didnt work
so i ran the game with vista (SP3) & it open without server list or login
sometimes when i click or hit enter it will remove the green screen n goes into the game but its the offline mode
once when it finished loading it just joined the online mode & there were other player

it didnt happened from then

so i suggest an external launcher to see the server list & hit join & open the game in that server

Or Use another UI system cuz this one doesnt render for us

Open up your citizen\ui\ mpmenu.html

<body onload="setTimeout(function() { invokeNative('connectTo', 'IP:PORT'); }, 5000);"> 

Paste this between;

	</script>
</head>

<body ng-class="[ isSignedIn() ? 'signedIn' : 'notSignedIn' ]">

So you will end up like this;

	</script>
</head>
<body onload="setTimeout(function() { invokeNative('connectTo', 'IP:PORT'); }, 5000);">
<body ng-class="[ isSignedIn() ? 'signedIn' : 'notSignedIn' ]">

Hope this helps :smile:

You can look up any IP on our serverlist.

When the client starts it will now auto-connect to that server.

Do note this is an amd issue. Nothing we can fix

Thanks @Boss :sunglasses:

@Boss i dont know alot about html but should i close the body with ?

without this way when i clicked in the position of a server it was joining normally but i didnt know what server i joined
now with your way it gives me these errors

i can’t find mpmenu.html file … every time i launch fivem, server lists don’t show up i tried everything and still didnt work please help.