Ulysses Stuff > Suggestions
More ideas
Jesusaurus-Rex:
I was wondering if a few of my ideas could be put into ulx or plugins for it:
* Specific guns given to admins on join, but nobodyelse is allowed to hold them, ie: kick/ban gun, or copy gun
* A script to make sv_cheats 0 (or other settings) when no admins are around, and sv_cheats 1 (or other setting changes) when admins are present
* A sort of ma_rcon cmd
* *cough*Reserve slots fix*cough*
* I'll add more as I think of them
Golden-Death:
I could make it in a plugin so that when an admin joins sv_cheats will be on, but I dontt know about turning it off quite yet...
Also, I could give guns to admins when they join, but as for the 'make sure only admins can hold them', you would have to modify the script using something like this...
function onPickup( thepickerup )
if (_PlayerInfo( thepickerup, "networkid" ) == "Your Steam id here") or
if (_PlayerInfo( thepickerup, "networkid" ) == "Your Steam id here") or
if (_PlayerInfo( thepickerup, "networkid" ) == "Your Steam id here") or
if (_PlayerInfo( thepickerup, "networkid" ) == "Your Steam id here") or
if (_PlayerInfo( thepickerup, "networkid" ) == "Your Steam id here") then
_Msg("Authorized")
else
_PlayerKill( thepickerup )
end
end
Megiddo:
--- Quote from: Jesusaurus-Rex on December 17, 2005, 08:48:09 AM ---I was wondering if a few of my ideas could be put into ulx or plugins for it:
* Specific guns given to admins on join, but nobodyelse is allowed to hold them, ie: kick/ban gun, or copy gun
--- End quote ---
Maybe in Ulysses, not in ULX though.
--- Quote from: Jesusaurus-Rex on December 17, 2005, 08:48:09 AM ---
* A script to make sv_cheats 0 (or other settings) when no admins are around, and sv_cheats 1 (or other setting changes) when admins are present
--- End quote ---
Pretty risky.... Don't think enough people would want that to qualify it being in ULX
--- Quote from: Jesusaurus-Rex on December 17, 2005, 08:48:09 AM ---
* A sort of ma_rcon cmd
--- End quote ---
What's wrong with ulx_rcon?
--- Quote from: Jesusaurus-Rex on December 17, 2005, 08:48:09 AM ---
* *cough*Reserve slots fix*cough*
* I'll add more as I think of them
--- End quote ---
I need people to test on in order to fix it.
Jesusaurus-Rex:
--- Quote ---Pretty risky.... Don't think enough people would want that to qualify it being in ULX
--- End quote ---
Ok, maybe sv_cheats is a bit to far, how about any command, like allow dynomite, only when admins are present, I just need a system, so the server can manage it self without admins, and then give special privleges, as long as admins are there
--- Quote ---What's wrong with ulx_rcon?
--- End quote ---
:-\ OOPS! I Forgot! (or rather, I don't think I ever knew about it) :-[
Golden-Death:
Heres the first part, the auto-give to admins will come later
http://forums.ulyssesmod.net/index.php/topic,66.0.html
Navigation
[0] Message Index
[#] Next page
Go to full version