Author Topic: URS BETA - A Highly Customizeable Restriction System (or will be)  (Read 537719 times)

0 Members and 3 Guests are viewing this topic.

Offline Aaron113

  • Hero Member
  • *****
  • Posts: 803
  • Karma: 102
Re: URS BETA - A Highly Customizeable Restriction System (or will be)
« Reply #120 on: July 31, 2011, 09:58:31 PM »
I'm not entirely sure it is FPP as I didn't bother to look for it.  Any ideas Setup?  Do you have something else installed that messes with tools?  (Assuming you'll come back and check this topic.)

Offline Maor360

  • Newbie
  • *
  • Posts: 9
  • Karma: 0
Re: URS BETA - A Highly Customizeable Restriction System (or will be)
« Reply #121 on: August 01, 2011, 02:42:18 AM »
And I have the css guns and i want to disable them too .
how to do it?

Thanks ;)

Offline Aaron113

  • Hero Member
  • *****
  • Posts: 803
  • Karma: 102
Re: URS BETA - A Highly Customizeable Restriction System (or will be)
« Reply #122 on: August 01, 2011, 11:53:34 AM »
Either I really need to finish rewriting the original post or you're not trying.  I'll try to finish rewriting it today.

ulx restrict swep [swep name] [groups]

Try using the GUI.  It's easier then using the commands.

EDIT:  Actually, I think I'm going to whip something up on my site.
« Last Edit: August 01, 2011, 12:43:13 PM by Aaron113 »

Offline Aaron113

  • Hero Member
  • *****
  • Posts: 803
  • Karma: 102
Re: URS BETA - A Highly Customizeable Restriction System (or will be)
« Reply #123 on: August 01, 2011, 02:30:58 PM »
http://aaron113.com/urs.php

Well here is what I have done.  I'm still learning about HTML and what not so sorry for the site looking a big crappy.  I might move this to a wiki page in the future.  Suggestions are welcomed.

Hope it helps.
« Last Edit: August 01, 2011, 07:21:40 PM by Aaron113 »

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: URS BETA - A Highly Customizeable Restriction System (or will be)
« Reply #124 on: August 01, 2011, 03:23:34 PM »
Either I really need to finish rewriting the original post or you're not trying.
He's not trying/researching on his own. Lots of spoon fed around here.
Give 'em squirrel.
But the write-ups you do/did will help those who like to help themselves.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline Maor360

  • Newbie
  • *
  • Posts: 9
  • Karma: 0
Re: URS BETA - A Highly Customizeable Restriction System (or will be)
« Reply #125 on: August 01, 2011, 10:49:41 PM »
Either I really need to finish rewriting the original post or you're not trying.  I'll try to finish rewriting it today.

ulx restrict swep [swep name] [groups]

Try using the GUI.  It's easier then using the commands.

EDIT:  Actually, I think I'm going to whip something up on my site.
Thanks!

Offline Aaron113

  • Hero Member
  • *****
  • Posts: 803
  • Karma: 102
Re: URS BETA - A Highly Customizeable Restriction System (or will be)
« Reply #126 on: August 04, 2011, 11:14:57 AM »
Added http://aaron113.com/urs.php to the main post.  It is pretty much finished.

Offline Willdy

  • Jr. Member
  • **
  • Posts: 54
  • Karma: 1
Re: URS BETA - A Highly Customizeable Restriction System (or will be)
« Reply #127 on: August 04, 2011, 01:50:32 PM »
How do you set immunitys?

I did

Code: [Select]
ulx restrict swep weapon_ak47 * donator
to restrict the ak47, for everyone except people in the donator group.

It returned..

Code: [Select]
You restricted swep weapon_ak47 from *, donator

Offline Aaron113

  • Hero Member
  • *****
  • Posts: 803
  • Karma: 102
Re: URS BETA - A Highly Customizeable Restriction System (or will be)
« Reply #128 on: August 04, 2011, 02:04:27 PM »
Yes, that's how it should return.  I suppose I could put in a "everyone except blah".  Is that what you were looking for?

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6213
  • Karma: 394
  • Project Lead
Re: URS BETA - A Highly Customizeable Restriction System (or will be)
« Reply #129 on: August 04, 2011, 02:39:43 PM »
The explanation on your site looks nice, Aaron! You would be able to replicate that same look here on the forums here using lists and divs. The forums also support basic HTML codes, lists and hr's are probably among them.
Experiencing God's grace one day at a time.

Offline Willdy

  • Jr. Member
  • **
  • Posts: 54
  • Karma: 1
Re: URS BETA - A Highly Customizeable Restriction System (or will be)
« Reply #130 on: August 04, 2011, 02:52:50 PM »
Yes, that's how it should return.  I suppose I could put in a "everyone except blah".  Is that what you were looking for?

Yea it was, im sure I read somewhere that you posted that's how to do it, but maybe I didn't. I can't find it written anywhere.

Also, when I was trying to restrict tools, I wanted to make it so only a certain group could use the 'Balloon' tool, but despite my efforts to restrict it, it wouldn't go restricted.

What should I have put for the name? I tried "Balloons" and "Balloon".

Offline Aaron113

  • Hero Member
  • *****
  • Posts: 803
  • Karma: 102
Re: URS BETA - A Highly Customizeable Restriction System (or will be)
« Reply #131 on: August 04, 2011, 03:55:08 PM »
Yea it was, im sure I read somewhere that you posted that's how to do it, but maybe I didn't. I can't find it written anywhere.

Also, when I was trying to restrict tools, I wanted to make it so only a certain group could use the 'Balloon' tool, but despite my efforts to restrict it, it wouldn't go restricted.

What should I have put for the name? I tried "Balloons" and "Balloon".
When you use a tool on anything it should echo into your console, "[Name]<[SteamID]> used the tool [tool name] on [what ever the tool was used on]."  Just take the [tool name] part and use what that echos.

The explanation on your site looks nice, Aaron! You would be able to replicate that same look here on the forums here using lists and divs. The forums also support basic HTML codes, lists and hr's are probably among them.
I didn't realize that, but I didn't want to make my main post too long.  And Thanks!

Offline Willdy

  • Jr. Member
  • **
  • Posts: 54
  • Karma: 1
Re: URS BETA - A Highly Customizeable Restriction System (or will be)
« Reply #132 on: August 04, 2011, 03:58:39 PM »
When you use a tool on anything it should echo into your console, "[Name]<[SteamID]> used the tool [tool name] on [what ever the tool was used on]."  Just take the [tool name] part and use what that echos.

It doesn't say that O.o

Offline Aaron113

  • Hero Member
  • *****
  • Posts: 803
  • Karma: 102
Re: URS BETA - A Highly Customizeable Restriction System (or will be)
« Reply #133 on: August 04, 2011, 04:11:18 PM »
Make sure you have access to "ulx spawnecho".  It should work fine.

Aaron113<STEAM_0:0:25464234> used the tool balloon on maps/gm_construct.bsp

Offline Willdy

  • Jr. Member
  • **
  • Posts: 54
  • Karma: 1
Re: URS BETA - A Highly Customizeable Restriction System (or will be)
« Reply #134 on: August 04, 2011, 04:16:05 PM »
I get messages like..

«[N-G]» Willdy :3<STEAM_0:0:22970989> spawned model models/props_c17/streetsign004e.mdl

But I still don't see tool echos :/