25.02.2010, 12:30
I'm someone tell me a command server closed?
I could stick in gamemode
I could stick in gamemode
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.
|
if(!strcmp(cmdtext, "/closeserver", true))
{
SendRconCommand("exit");
return 1;
}
Originally Posted by Anabol
Not my order in gamemod with SendRconCommand
What do you find it? |
Originally Posted by Anabol
But I find it
What to do? |