of     1   

Splecki
#64009567Thursday, March 08, 2012 9:23 PM GMT

With the group ID in a script thing (can you tell I'm not a scripter?), someone could make admin commands that would automatically give admin to those in a group, correct? Have those been made yet? If they were made, they would save me so much annoyance and time.
micol2242
#64009610Thursday, March 08, 2012 9:24 PM GMT

I don't know of any, but I could easily make it.
Splecki
#64009667Thursday, March 08, 2012 9:25 PM GMT

If you would, since you could, you should. :P
DrWaffler
#64009729Thursday, March 08, 2012 9:27 PM GMT

Just change the part where it defines WHO is an admin to something along the lines of if p isingroup("2345") then p.admin = true or something I don't know It's been a long while since I done any Lua or any computer languages other than xHTML.
DrWaffler
#64009771Thursday, March 08, 2012 9:27 PM GMT

That is implying you have defined p as game.Players.NewPlayer:Connected or whatever the hell it is you use to identify a new joiner these days.
DrWaffler
#64009806Thursday, March 08, 2012 9:28 PM GMT

My feeble attempts at Lua in the past have not been fruitfull these days.
Splecki
#64010697Thursday, March 08, 2012 9:47 PM GMT

I wouldn't know how to do that myself though I understand the concept. Lua's so precise.
micol2242
#64010824Thursday, March 08, 2012 9:50 PM GMT

lua is not very precise, actually. But it makes you wanna be really lazy.
8SunTzu8
#64010844Thursday, March 08, 2012 9:50 PM GMT

It would be rather simple I believe. I am not sure how much of the script you would need to change, because I don't know if the checking if the player is an admin is in a nested function you can just change, or if you need to change it for every command. (Though, Ctrl+H can make that faster maybe). Truly, this would be really simple... DRWaffler is basically right, you check if the player is in the group, just like a group door.
Splecki
#64011029Thursday, March 08, 2012 9:54 PM GMT

Well, it's precise for someone like me. Lol. Well, thanks. I'll check around with the few scripters in my group.
8SunTzu8
#64011167Thursday, March 08, 2012 9:57 PM GMT

Hmm... I am going to look at it to see if it would be hard or not.

    of     1