Ich brauche einen Ingame Befehl, mitdenen ich den Server abschalten kann, ich glaube das war sendrconcommand ( " exit ") oder ?
Wie war das nochmal ?
Wie kann ich den Server abschalten.
- ASS
- Geschlossen
- Erledigt
Wichtiger Hinweis: Bitte ändert nicht manuell die Schriftfarbe auf schwarz sondern belasst es bei der Standardeinstellung. Somit tragt ihr dazu bei dass euer Text auch bei Verwendung unseren dunklen Forenstils noch lesbar ist!
Tipp: Ihr wollt längere Codeausschnitte oder Logfiles bereitstellen? Benutzt unseren eigenen PasteBin-Dienst Link
-
-
abschalten übern CP
Sonst SuFu Benutzen
und die CMD lautet /rcon exitZitat* /rcon cmdlist - Shows a list with commands.
* /rcon varlist - Shows a list with the current variables.
* /rcon exit - Closes the server.
* /rcon echo [text] - Shows the [text] in the console of the server (NOT the client-console in-game).
* /rcon hostname [name] - change the hostname text (example: /rcon hostname my server).
* /rcon gamemodetext [name] - change the gamemode text (example: /rcon gamemodetext my gamemode).
* /rcon mapname [name] - change the map name text (example: /rcon mapname San Andreas).
* /rcon exec [filename] - Executes the file which contains server cfg (example: /rcon exec blah.cfg).
* /rcon kick [ID] - Kick the player with the given ID (example: /rcon kick 2).
* /rcon ban [ID] - Ban the player with the given ID (example: /rcon ban 2).
* /rcon changemode [mode] - This command will change the current gamemode to the given one (example: if you want to play sftdm: /rcon changemode sftdm).
* /rcon gmx - Will load the first gamemode (gamemode0) in server.cfg.
* /rcon reloadbans - reloads the samp.ban where the banned IP addresses are stored. This will clear all the IP-addresses.
* /rcon reloadlog - clears the server_log.txt.
* /rcon say - shows a message to the players in the client-console (example: /rcon say blah).
* /rcon players - Shows the players that are in the server (with there name, IP & ping).
* /rcon banip [IP] - Ban the given IP (example: /rcon banip 127.0.0.1).
* /rcon unbanip [IP] - Unban the given IP (example: /rcon unbanip 127.0.0.1).
* /rcon gravity - Changes the gravity (example: /rcon gravity 0.00.
* /rcon weather [ID] - Changes the weather (example: /rcon weather 1).
* /rcon loadfs - Loads the given filterscript (example: /rcon loadfs adminfs).
* /rcon unloadfs - Unload the given filterscript (example: /rcon unloadfs adminfs).
* /rcon reloadfs - Reloads the given filterscript (example: /rcon reloadfs adminfs). -
Kann man nicht irgendso einen Befehl Scripten der den Server abschaltet,
wenn man dies genauer betrachtet ist es ja die Server . Exe die beendet werden muss.zb. /stopserver
-
Das weiss ich leider nicht sorry
-
Natürlich kann man das Scripten.
SendRconCommand("exit")
Richtig oder Falsch ?
-
Natürlich kann man das Scripten.
SendRconCommand("exit")
Richtig oder Falsch ?
Klappt bei mir auch -
Natürlich kann man das Scripten.
SendRconCommand("exit")
Richtig oder Falsch ?
Richtig...
Da sieht man mal wieder Learning by Doing -
Thanks all
-
breadfish.de
Hat das Thema geschlossen.