Hello, Guest

By registering with us, you'll be able to discuss, share and private message with other members of our community.
What's new

How to Change/Add Server Name to Pause Menu (ESC) | RAGE:MP

Alexalsaud

Administrative
Staff member
Admin
Joined
Aug 5, 2024
Messages
337
ICoins
1,501

How to Change/Add Server Name to Pause Menu (ESC) | RAGE:MP


In this manual, we will look at how to add or change the name of the RAGE Multiplayer server in the pause menu.
By default, when you press ESC (Pause Menu), you see the standard name, which you can change to your own:

In order to change this text to your own, you need to add a line to the server client (add to the very bottom of the file index.js)

JavaScript:
mp.game.gxt.set("PM_PAUSE_HDR", "PRO-RAGE.RU"); // PRO-RAGE.RU меняйте на свой текст
 
Back
Top