View Single Post
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 07-02-2020 , 23:15   Re: sv_password changed to "***PROTECTED***"
Reply With Quote #4

Quote:
Originally Posted by Diversity View Post
PHP Code:
#include <amxmodx>

public plugin_init() {
    
set_task(1.5"removepass")
}

public 
removepass() {
    
server_cmd("amx_rcon sv_password ^"^"")

Not a solution, just a really bad workaround.
__________________
fysiks is offline