#25

Quote:
Originally Posted by v1k1nG
View Post
There are many ways you could do that, like

PHP Code:
new IsRconAuthorized[MAX_PLAYERS];
CMD:rconauthorize(playeridparams[]){
    
// password check, or whatever
    
IsRconAuthorized[playerid] = true// if player passes the checks
    
return 1;
}
public 
OnRconLoginAttempt(ip[], password[], success){
    if(
IsRconAuthorized[playerid] == false)return 1// return whatever you prefer
    // code
    
return 1;   

You cannot use playerid downside the OnRconLoginAttempt ....
OnRconLoginAttempt(ip[], password[], success)

Where can you see playerid here??
Reply


Messages In This Thread
RCON - by Hunud - 28.10.2018, 12:51
Re: RCON - by v1k1nG - 28.10.2018, 14:16
Re: RCON - by Calisthenics - 28.10.2018, 14:39
Re: RCON - by RogueDrifter - 28.10.2018, 14:52
Re: RCON - by v1k1nG - 28.10.2018, 15:12
Re: RCON - by d3Pedro - 28.10.2018, 17:44
Re: RCON - by Calisthenics - 28.10.2018, 17:46
Re: RCON - by v1k1nG - 28.10.2018, 18:52
Re: RCON - by TheToretto - 28.10.2018, 21:32
Re: RCON - by RogueDrifter - 28.10.2018, 22:13
Re: RCON - by TheToretto - 28.10.2018, 22:19
Re: RCON - by RogueDrifter - 28.10.2018, 22:21
Re: RCON - by TheToretto - 28.10.2018, 22:38
Re: RCON - by RogueDrifter - 28.10.2018, 22:42
Re: RCON - by TheToretto - 28.10.2018, 22:45
Re: RCON - by RogueDrifter - 28.10.2018, 22:55
Re: RCON - by TheToretto - 28.10.2018, 22:59
Re: RCON - by RogueDrifter - 28.10.2018, 23:05
Re: RCON - by Jefff - 28.10.2018, 23:18
Re: RCON - by TheToretto - 29.10.2018, 06:58
Re: RCON - by TheToretto - 29.10.2018, 08:58
Re: RCON - by BigETI - 29.10.2018, 10:07
Re: RCON - by TheToretto - 29.10.2018, 10:19
Re: RCON - by TheToretto - 29.10.2018, 13:40
Re: RCON - by OiLoL - 29.10.2018, 15:37
Re: RCON - by v1k1nG - 29.10.2018, 15:50
Re: RCON - by GangstaSunny. - 29.10.2018, 23:02
Re: RCON - by Hunud - 30.10.2018, 12:51
Re: RCON - by NaS - 30.10.2018, 14:08
Re: RCON - by v1k1nG - 30.10.2018, 15:57

Forum Jump:


Users browsing this thread: 5 Guest(s)