SA-MP Forums Archive
Error Rcon Login - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Error Rcon Login (/showthread.php?tid=379517)



Error Rcon Login - Patrick - 22.09.2012

Guyz Can Anyone Help Me With This Problem? I Typed The Rcon Password Right But Still It Says Error.. Anyone Can Help Me? Pls thank u + rep






Re: Error Rcon Login - RedJohn - 22.09.2012

Can you post here your OnRconLoginAttempt cuz i can see you added 'Fail'.


Re: Error Rcon Login - trapstar2020 - 22.09.2012

/rcon login test(do this and tell me) you dont put /rcon_login_passwordhere anymore do it like the first way


Re: Error Rcon Login - Patrick - 22.09.2012

Thats My Rcon Login Attemp
Quote:

public OnRconLoginAttempt(ip[], password[], success)
{
return 1;




Re: Error Rcon Login - RedJohn - 22.09.2012

Is it like:
pawn Код:
public OnRconLoginAttempt(ip[], password[], success)
{
    return 1;
}



Re: Error Rcon Login - Patrick - 22.09.2012

Red John I Still Got Error Using That


Re: Error Rcon Login - Red_Dragon. - 22.09.2012

Try change it from TEST to any other thing


Re: Error Rcon Login - clarencecuzz - 22.09.2012

Check your filterscripts and/or gamemode for the line that resembles:
pawn Код:
SendRconCommand("rcon_password ****");
Obviously **** will vary depending on what has been put in its place. Just search for that line OR try and find the public function OnRconLoginAttempt and remove it from the filterscripts/gamemode.