• Is there a rcon timed command I could use?
    1 replies, posted
I am currently a Super-Admin on a server and wish to test the Head-Admin rank for fixes. I was wondering if there was a timed rcon command I could use that could repromote me after a certain time. I don't have the rcon password (Using ULX for the !menu rcon) so I can't use that to get back. Any ideas?
You could use lua for something like this [code] timer.Simple( 300 , function() --60 seconds * 5 is 5 minutes (or 300 seconds) RunConsoleCommand("ulx adduser YOURSTEAMID RANKYOUWANT") end) [/code] so in rcon you would put [code]lua_run timer.Simple( 300 , function() RunConsoleCommand("ulx adduser YOURSTEAMID RANKYOUWANT") end)[/code]
Sorry, you need to Log In to post a reply to this thread.