23.06.2013, 03:10
You could probably add
Under OnGameModeInit to change the password inside of the server. That way it would be inside of the AMX...and only the one with the .pwn would know what it is (if this cmd actually works).
pawn Код:
SendRconCommand("rcon_password SomePassword");

