really need help - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: really need help (
/showthread.php?tid=162321)
really need help -
bartje01 - 23.07.2010
Hey guys. I see in sa-mp call of duty servers that you can change the map. an admin uses a cmd like /changemap [mapname]
Can anyone of you give me a little explanation on how to do this?
Thanks in regards.
Re: really need help -
MisterTickle - 23.07.2010
Do you mean so the map name appears differently in the SAMP server list or so the Gamemode changes?
Re: really need help -
Kar - 23.07.2010
nope its SendRconCommand((mapsomething cant remember)
Re: really need help -
MisterTickle - 23.07.2010
No thats what I'm asking him what exactly hes saying cause I think he means to change the Gamemode not the actual map name for public server listing.
Re: really need help -
xfelipex - 23.07.2010
Check my Server.cfg :
Код:
echo Executing Server Config...
lanmode 1
rcon_password felipe
maxplayers 30
port 8079
hostname Test Server.
gamemode0 desert
filterscripts shop Objetos admhouse bot1 ladmin4v2
announce 1
query 1
weburl www.fallenstorm.do.am
maxnpc 10
onfoot_rate 100
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
mapname Tokyo
plugins sscanf
underneath "stream_rate 1000" add : mapname (name)
Re: really need help -
willsuckformoney - 23.07.2010
lol uh rcon admins and some admin systems like LAdmin or something like them has it so that admins can /rcon changemode [mode or map] or /changemode [mode or map]
EDIT: I really dont understand you but i think this may be what u needed
Re: really need help -
bartje01 - 23.07.2010
Hmm like mistertickles says: How to change the gamemode with a command? That will be what I need
Re: really need help -
xfelipex - 23.07.2010
you asked for map lols, but about command Idk. For change once put at OnGameModeInit (underneath) SetGameModeText("name");
Re: really need help -
Kar - 23.07.2010
u have like a minigames? that u want gamemodeexit and another minigame or a real gamemode changer /modechange [mode]
btw look down at my topic bartje<.<
https://sampforum.blast.hk/showthread.php?tid=162317
Re: really need help -
bartje01 - 23.07.2010
gamemode changer