Automatic rcon login
#4

Quote:
Originally Posted by security
How can i make a automatic rcon login script? i want so that it looks to your ip, so i can put self the ip in it
OnPlayerConnect, check Player IP using GetPlayerIP and strcmp (cause IP is a string)
Then use SendRconCommand("login password here");
And OnRconCommand check player's IP again, if it maches, use return 1;, if it don't use return 0;
Reply


Messages In This Thread
Automatic rcon login - by security - 07.01.2010, 14:39
Re: Automatic rcon login - by Correlli - 07.01.2010, 14:41
Re: Automatic rcon login - by Streetplaya - 07.01.2010, 14:42
Re: Automatic rcon login - by SiJ - 07.01.2010, 14:42
Re: Automatic rcon login - by Streetplaya - 07.01.2010, 14:43
Re: Automatic rcon login - by SiJ - 07.01.2010, 14:44
Re: Automatic rcon login - by security - 07.01.2010, 14:46
Re: Automatic rcon login - by Streetplaya - 07.01.2010, 14:46
Re: Automatic rcon login - by SiJ - 07.01.2010, 14:47
Re: Automatic rcon login - by security - 07.01.2010, 14:54

Forum Jump:


Users browsing this thread: 2 Guest(s)