You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Sardelka9515 its ok, thanks for your reply.
It's working. Now I can connect to server press key without ragecoop menu from a simple basic mod.
I tried apibridge connect (address). But it's gives an error after connect and basic mod goes disable after connect. Connection is working but for the first time.
local RageCoop.Client ={}
function rageconnect.tick()
if get_key_pressed(Keys.F4) then
_serverConnectItem.Activated += (sender, item) => { Networking.ToggleConnection(Main.Settings.LastServerAddress); };
end
return rageconnect
I want to load game with auto connect to my selected server . How can i do that?
The text was updated successfully, but these errors were encountered: