Help Please - 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: Help Please (
/showthread.php?tid=130116)
Help Please -
Anabol - 25.02.2010
I'm someone tell me a command server closed?
I could stick in gamemode
Re: Help Please -
Jeffry - 25.02.2010
What you want?
/closeserver or what?
Re: Help Please -
Anabol - 25.02.2010
yes close server command
Re: Help Please -
Anabol - 25.02.2010
give me the command please?
Re: Help Please -
Correlli - 25.02.2010
Login to the rcon by using
/rcon login [your rcon password which is setted in the server.cfg file] and then use
/rcon exit command.
Re: Help Please -
Anabol - 25.02.2010
Man not put someone in my gm command that closes the server and I want to know
Re: Help Please -
Torran - 25.02.2010
Quote:
Originally Posted by Don Correlli
Login to the rcon by using /rcon login [your rcon password which is setted in the server.cfg file] and then use /rcon exit command.
|
Or if you cant really be bothered to login to rcon
pawn Код:
if(!strcmp(cmdtext, "/closeserver", true))
{
SendRconCommand("exit");
return 1;
}
And maybe merge it with your admin system if you have one
Re: Help Please -
Anabol - 25.02.2010
Not my order in gamemod with SendRconCommand
What do you find it?
Re: Help Please -
Torran - 25.02.2010
What do you mean?
Re: Help Please -
Correlli - 25.02.2010
Quote:
Originally Posted by Anabol
Not my order in gamemod with SendRconCommand
What do you find it?
|
What is that you want exactly? I'm sorry but i can't understand your English. You were given a code you wanted and you were told how to use a rcon-exit command, too.
Re: Help Please -
Anabol - 25.02.2010
I have command in gamemode
But I find it
What to do?
Re: Help Please -
Torran - 25.02.2010
Sorry this post was stupid
Re: Help Please -
Correlli - 25.02.2010
Quote:
Originally Posted by Anabol
But I find it
What to do?
|
I'm sorry but i really don't understand you, can you try to explain a bit better?