ULX

Author Topic: Uppl -- Ulysses Per Prop Limit. Restrict specified props to a certain number!  (Read 84456 times)

0 Members and 2 Guests are viewing this topic.

Offline Avien

  • Full Member
  • ***
  • Posts: 168
  • Karma: 4
Well until then i just threw all the uppl_add limits in cfg/gamemodes/sandbox.ini which is around 7-8kb, yet all the limits work.

So by having garry not allow exec, ulx exec will not work anymore either?

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6213
  • Karma: 394
  • Project Lead
ulx exec parses the file itself, so it will work as long as the file has no blocked commands.
Experiencing God's grace one day at a time.

Offline Avien

  • Full Member
  • ***
  • Posts: 168
  • Karma: 4
I am a little confused.  You guys are saying that i can use ulx exec, which i am, yet i am getting the blocked command error.  I have nothing but uppl_add limits in the files, so i do not see any other blocked commands.

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6213
  • Karma: 394
  • Project Lead
Is there any blocked key words in the model names? IE, "executivechar01.mdl" or the like.
Experiencing God's grace one day at a time.

Offline Avien

  • Full Member
  • ***
  • Posts: 168
  • Karma: 4
I searched for exec and nothing was flagged.

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6213
  • Karma: 394
  • Project Lead
There's other blocked words too, don't have the list at the moment though.
Experiencing God's grace one day at a time.

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
There's other blocked words too, don't have the list at the moment though.

Have these changed since January? (Wouldn't surprise me)
http://forums.ulyssesmod.net/index.php/topic,3164.0.html
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6213
  • Karma: 394
  • Project Lead
Have these changed since January? (Wouldn't surprise me)
http://forums.ulyssesmod.net/index.php/topic,3164.0.html

Possibly, he does change the blocks around often. That's a good list to go off of though.
Experiencing God's grace one day at a time.

Offline Sc00by22

  • Jr. Member
  • **
  • Posts: 98
  • Karma: 0
I'll post my suggestions in a bit, Me and my fellow admins went through most of the big props and set limits on them to what we think sets best

Offline Sc00by22

  • Jr. Member
  • **
  • Posts: 98
  • Karma: 0
People can bypass this some how, I have disabled the big huge phx tower and i checked I have and some guy comes in and spams 100 of them and crashes my server, How are they getting around it? I also have the Stacker fix in place so they can't stack them, but since there prop limit is 0 I don't know how they did it

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6213
  • Karma: 394
  • Project Lead
Maybe another stool that ignores limits?
Experiencing God's grace one day at a time.

Offline Sc00by22

  • Jr. Member
  • **
  • Posts: 98
  • Karma: 0
I haven't got any more Stools like Stacker :S

Offline Chironex

  • Full Member
  • ***
  • Posts: 197
  • Karma: 11
  • Formerly known as Kyzer
I haven't got any more Stools like Stacker :S

edit: sorry i misread your previous post.
« Last Edit: May 13, 2008, 02:23:01 AM by Kyzer »

Offline Mikko

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
Hi,

All the other prop limits, like the explosives limit, work fine. But I have one that doesn't:
I want to limit the 'cs_fix.mdl' to 0.

Code: [Select]
uppl_add models/cs_fix.mdl 0But I'm still able to spawn cs_fix.

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6213
  • Karma: 394
  • Project Lead
What is cs_fix.mdl?
Experiencing God's grace one day at a time.