Ulysses Stuff > Suggestions
More ideas
Megiddo:
--- Quote from: Golden-Death on December 17, 2005, 09:17:51 AM ---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
--- End quote ---
Use the ULX user system for goodness sakes! http://wiki.ulyssesmod.net/index.php/HasAccess
Golden-Death:
there, I redid it, but still untested
Jesusaurus-Rex:
--- 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 ---
*waits for GD to make the script already*
Mank:
*Knows Jesus just made this post to test his new account details.*
jesus:
--- Quote from: Mank on December 20, 2005, 03:18:14 PM ---*Knows Jesus just made this post to test his new account details.*
--- End quote ---
???
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version