Posts: 71
Threads: 20
Joined: May 2009
Reputation:
0
Hey guys, how can i auto-login on the rcon on my server? i'm bored because every time that i log on i have to write /login [psw] to login in my account and /rcon login [psw] to login as rcon. If i put the password on SAMP Client before logging into a server, it doesnt work and i have to login with rcon anyway. What can i do?
Posts: 899
Threads: 54
Joined: May 2009
Reputation:
0
Double click on your server, type your password in & click save. Connect via that double clicked window.
Posts: 71
Threads: 20
Joined: May 2009
Reputation:
0
mmm how can i set that "IF MY PLAYER NICKNAME IS <admin> for example, log it as rcon"??
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
I don't think this is possible.
You can try the function SendRconCommand("login pswd"); in your /login comand. But since SendRconCommand no playerid parameter in it, so the server doesn't know who to login in RCON.