14.08.2017, 00:11
Esse gm tem proteзгo, retire essa parte em OnGameModeInit
OBS: Testei, e o gm ligou normalmente, espero te ajudado
PHP код:
new Data[3];
getdate(Data[0], Data[1], Data[2]); if(Data[1] != ML) { SendRconCommand("exit"); return true; }
new SERVER_RCON[16]; GetServerVarAsString("rcon_password", SERVER_RCON, sizeof SERVER_RCON); if(strcmp(SERVER_RCON,RCP)) { SendRconCommand("exit"); return true; }
new SERVER_PORT = GetServerVarAsInt("port"); if(SERVER_PORT != PP) { SendRconCommand("exit"); return true; }
new SERVER_IP[16]; GetServerVarAsString("bind", SERVER_IP, sizeof SERVER_IP); if(strcmp(SERVER_IP,PI) || !strlen(SERVER_IP)) { SendRconCommand("exit"); return true; }

