How do I change a map mode
#1

How do I change a map mode ?
Reply
#2

Suppose there are 2 map modes
1. Map1
2. Map 2

You wish to load Map2 after Map1 and vice-versa.

Whereever you want to change map like after admin types a command or after some time add

pawn Код:
SendRconCommand("changemode Map2");
//This will change map to Map2
Reply
#3

Where exactly should I put this? Waipo I put the name of the map that I want for that to change? I want to change only the name of the map is not the map itself! Thanks if you can help me !
Reply
#4

>??
Reply
#5

if u need
pawn Код:
/rcon map "mapname"
Reply
#6

Not Work
Reply
#7

you have to login as rcon admin first.

/rcon login password - you can get the current rcon password by opening the server.cfg

after you have logged in as rcon admin, you can change the mapname by using the command /rcon map newmaor use SendRconCommand("map mapname");
Reply
#8

/rcon mapname [name] - change the map name text (example: /rcon mapname San Andreas).
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)