#1

how can i change the "map" wich you see at the end of your server:

servername - 5000/10000000 - 41 - blah blah - sanandreas

how can i change sanandreas?
Reply
#2

In your server.cfg file:
Код:
mapname Liberty City
just an example.
Reply
#3

That's right.

And if you want to change the Mode goto Public OnGameModeInit()
And replace
Код:
SetGameModeText("San Andreas");
to
Код:
SetGameModeText("Gamemode name");
Reply
#4

Quote:
Originally Posted by diesulke
Put this line on Public OnGameModeInit()

Код:
SetGameModeText("Map name");
That's the name for the gamemode, not the map.
Reply
#5

thanks guys
Reply
#6

via script.
pawn Код:
SendRconCommand("mapname My Mapname");
Reply
#7

He already know how to do it
Reply
#8

Quote:
Originally Posted by diesulke
He already know how to do it
I told him how to do it via script.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)