as auth
/sudo update theirusername password newpassword Example: /sudo update Zelly password secret123
as rcon/console
lua update theirusername password newpassword
- Tweek likes this
I am a "developer" of lua if there is such a thing.
I make and have made a bunch of lua scripts which I got tired of rewriting the same stuff over and over again so I made a huge project of lua where you could enable and disable everything. Makes it easier for everyone.
http://mygamingtalk.com/wiki/LESM
If you need to contact me, add me on steam: ZellyElly
Or just send me a private message
Posted by Zelly
on 10 January 2016 - 07:50 PM
Posted by Zelly
on 22 October 2015 - 08:20 PM
Posted by Zelly
on 19 October 2015 - 08:32 PM
Not sure if I fully understand, so correct me if I misunderstand.
If I connect to a plain 090 server and then I try to connect to a 082 server, I would get an error? And to fix it I would have to manually delete the dll/so ?
If so I understand you wanting everyone to upgrade but like purple said people are not going to upgrade right away for various reasons.
I also don't recall this being a problem in other mods, in the past(has been a while though).
If this is the case then this puts a lot of unneeded stress on the small amount of remaining players, most people just simply will not understand why they can't play.
I am not talking about supporting an old version am just saying they should still be able to load the old version.
EDIT: a word, a sentence
Posted by Zelly
on 15 October 2015 - 10:42 PM
could make a makeshift version of this in lua I think.
pseudocode:
if has shrubbotflag somerandomshrubbotflagthatisntbeingusedyet and playerlevel < targetlevel and targetlevel not equal highest_level and not target_is_bot then
do shrubbot command from console
end
also could only allow this for a specific list of whitelisted commands like throw, gib, burn, etc. (So they would not be able to ban or kick)
Posted by Zelly
on 12 October 2015 - 04:24 PM
To an extent yes.
You will be able to use most of the LESM commands blacklist(ban/kick),warn,mute,finger,freeze,ignore,pm etc.
It isn't like I am adding some uniquely identified hardware guid to everyone though so them coming back if they have access to multiple ip's is still an issue.
If you would like to test it I can give you a package, haven't worked on it in a while can't remember where I left off.
Posted by Zelly
on 21 June 2015 - 10:39 PM
local MAX_HEALTH = 140 -- Change your max health here. function et_ClientSpawn( clientNum, revived, teamChange, restoreHealth ) et.gentity_set( clientNum , "ps.stats" , 4 , MAX_HEALTH ) endThis will make all classes start with 140. But it isn't this easy on older mods.
Posted by Zelly
on 04 June 2015 - 12:16 AM
I managed to makeshift my way to lua 5.0 compatibility, in a separate branch of LESM 2.7.5
Basically was able to get ingame and do commands with no errors now.
Haven't tested all the features, but I don't think I will run into anything too surprising now, possibily a few things that will not be fully functional.
But I am pretty excited for the future
Posted by Zelly
on 10 May 2015 - 05:01 PM
Either lua or default.cfg (Which I am not sure if you can count only real players or not haven't used it in a while)
Either way you can't do it just with the command.
You could do bot maxbots 6 though and there would be six bots 3 bots per team. They would leave when a player joins.
Posted by Zelly
on 10 May 2015 - 04:45 AM
You are running combinedfixes.lua on silent mod? As far as I know you do not need it, as all the fixes in combinedfixes are already built into silent mod.
So yeah
Other than not running the lua (don't think that's a good idea).
don't run the lua. (Unless I am wrong, which someone will point out I am sure.)
Posted by Zelly
on 02 May 2015 - 02:17 AM
Community Forum Software by IP.Board
Licensed to: mygamingtalk