Author Topic: More ideas  (Read 8086 times)

0 Members and 1 Guest are viewing this topic.

Offline Jesusaurus-Rex

  • Newbie
  • *
  • Posts: 29
  • Karma: 3
More ideas
« 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
  • 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

Offline Golden-Death

  • Hero Member
  • *****
  • Posts: 751
  • Karma: 0
  • Honored Lua Scripter
    • BlueFire
Re: More ideas
« Reply #1 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


Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6213
  • Karma: 394
  • Project Lead
Re: More ideas
« Reply #2 on: December 17, 2005, 01:55:11 PM »
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

Maybe in Ulysses, not in ULX though.

  • 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

Pretty risky.... Don't think enough people would want that to qualify it being in ULX

  • A sort of ma_rcon cmd

What's wrong with ulx_rcon?

  • *cough*Reserve slots fix*cough*
  • I'll add more as I think of them

I need people to test on in order to fix it.
Experiencing God's grace one day at a time.

Offline Jesusaurus-Rex

  • Newbie
  • *
  • Posts: 29
  • Karma: 3
Re: More ideas
« Reply #3 on: December 17, 2005, 02:00:46 PM »
Quote
Pretty risky.... Don't think enough people would want that to qualify it being in ULX
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?
:-\ OOPS! I Forgot!  (or rather, I don't think I ever knew about it) :-[
« Last Edit: December 17, 2005, 02:28:34 PM by Jesusaurus-Rex »

Offline Golden-Death

  • Hero Member
  • *****
  • Posts: 751
  • Karma: 0
  • Honored Lua Scripter
    • BlueFire
Re: More ideas
« Reply #4 on: December 17, 2005, 02:50:53 PM »
Heres the first part, the auto-give to admins will come later

http://forums.ulyssesmod.net/index.php/topic,66.0.html


Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6213
  • Karma: 394
  • Project Lead
Re: More ideas
« Reply #5 on: December 17, 2005, 07:16:53 PM »
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

Use the ULX user system for goodness sakes! http://wiki.ulyssesmod.net/index.php/HasAccess
Experiencing God's grace one day at a time.

Offline Golden-Death

  • Hero Member
  • *****
  • Posts: 751
  • Karma: 0
  • Honored Lua Scripter
    • BlueFire
Re: More ideas
« Reply #6 on: December 17, 2005, 08:42:27 PM »
there, I redid it, but still untested


Offline Jesusaurus-Rex

  • Newbie
  • *
  • Posts: 29
  • Karma: 3
Re: More ideas
« Reply #7 on: December 20, 2005, 02:49:43 PM »

  • 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


*waits for GD to make the script already*

Offline Mank

  • Full Member
  • ***
  • Posts: 209
  • Karma: 9
    • Ulysses Mod!
Re: More ideas
« Reply #8 on: December 20, 2005, 03:18:14 PM »
*Knows Jesus just made this post to test his new account details.*
If you doubt your powers you bring powers to your doubts.

Offline jesus

  • Jr. Member
  • **
  • Posts: 55
  • Karma: 0
Re: More ideas
« Reply #9 on: December 20, 2005, 03:23:12 PM »
*Knows Jesus just made this post to test his new account details.*

 ???

Offline Mank

  • Full Member
  • ***
  • Posts: 209
  • Karma: 9
    • Ulysses Mod!
Re: More ideas
« Reply #10 on: December 20, 2005, 04:13:09 PM »
If you doubt your powers you bring powers to your doubts.

Offline Jesusaurus-Rex

  • Newbie
  • *
  • Posts: 29
  • Karma: 3
Re: More ideas
« Reply #11 on: December 21, 2005, 05:38:34 AM »
*Knows Jesus just made this post to test his new account details.*
???
He thinks you are talking about him, I bet.

Offline Mank

  • Full Member
  • ***
  • Posts: 209
  • Karma: 9
    • Ulysses Mod!
Re: More ideas
« Reply #12 on: December 21, 2005, 06:55:31 AM »
Probrably.
If you doubt your powers you bring powers to your doubts.