19.02.2011, 23:10
Just enter in the server as a admin (/rcon login [password defined in the server.cfg]) and use (/rcon gmx).
I did a command for you:
I hope that i have helped
I did a command for you:
pawn Код:
if(strcmp("/restart",cmdtext,true,8)==0)
{
SendRconCommand("gmx");
return 1;
}
I hope that i have helped
