How do I change a map mode - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: How do I change a map mode (
/showthread.php?tid=396265)
How do I change a map mode -
SssSssSss - 30.11.2012
How do I change a map mode ?
Re: How do I change a map mode -
[MM]RoXoR[FS] - 30.11.2012
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
Re: How do I change a map mode -
SssSssSss - 30.11.2012
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 !
Re: How do I change a map mode -
SssSssSss - 30.11.2012
>
??
Re: How do I change a map mode -
Morkano - 30.11.2012
if u need
Re: How do I change a map mode -
SssSssSss - 30.11.2012
Not Work
Re: How do I change a map mode -
Tigerkiller - 30.11.2012
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");
Re: How do I change a map mode -
tyler12 - 30.11.2012
/rcon mapname [name] - change the map name text (example: /rcon mapname San Andreas).