Ulysses Stuff > Releases

Uppl -- Ulysses Per Prop Limit. Restrict specified props to a certain number!

<< < (21/28) > >>

Aqua92:
I have an Problem with Uppl too. Alwas when i try to Restrict something, i get an Lua Error



--- Code: ---uppl_add models/props_phx/torpedo.mdl 0
--- End code ---

After trying to spawn it:

--- Code: ---ERROR: Hook 'UpplCheckModel' Failed: addons\uppl\lua\autorun\server\uppl.lua:80: attempt to index field '?' (a nil value)
Removing Hook 'UpplCheckModel'
ERROR: Hook 'UpplRecordProps' Failed: addons\uppl\lua\autorun\server\uppl.lua:80: attempt to index field '?' (a nil value)
Removing Hook 'UpplRecordProps'

--- End code ---

Btw, what about a "uppl_remove" command?

Aqua :)

Megiddo:

--- Quote from: Aqua92 on June 17, 2010, 02:54:39 PM ---Same Problem. It won't work.



--- Code: ---uppl_add models/props_phx/torpedo.mdl 0
--- End code ---

After trying to spawn it:

--- Code: ---ERROR: Hook 'UpplCheckModel' Failed: addons\uppl\lua\autorun\server\uppl.lua:80: attempt to index field '?' (a nil value)
Removing Hook 'UpplCheckModel'
ERROR: Hook 'UpplRecordProps' Failed: addons\uppl\lua\autorun\server\uppl.lua:80: attempt to index field '?' (a nil value)
Removing Hook 'UpplRecordProps'

--- End code ---

Btw, what about a "uppl_remove" command?

Aqua :)

--- End quote ---

"Not working" is not the same problem as anything. Just for future reference.

My guess is that you've got an addon that's poorly coded and is blocking the PlayerInitialSpawn hook. Just to see if the theory is correct, remove all addons except ULib and Uppl restart the server and see if you still have problems. If you don't have any more problems, add them in one by one to find out which addon is breaking it and contact the author and let them know they've programmed their PlayerInitialSpawn hook extremely badly.

If and only if you've removed all addons from the server except Uppl and ULib and you're still having issues, report back here and we'll try to think of what else might be wrong.

Aqua92:
I found that "evil" Plugin :)
It was the "unbreakable Tool". Without that, Uppl works perfect! :)

Megiddo:

--- Quote from: Aqua92 on June 20, 2010, 11:08:05 AM ---I found that "evil" Plugin :)
It was the "unbreakable Tool". Without that, Uppl works perfect! :)

--- End quote ---

Good to know! Did you contact the author of the script?

JamminR:

--- Quote from: Megiddo on June 20, 2010, 05:52:13 PM ---Good to know! Did you contact the author of the script?

--- End quote ---
Bet author is returning something/true/false on a hook that shouldn't be.
OR, depending on what hook and the unbreakable function, it might be necessary in order to prevent something from being broken.
Though, it shouldn't prevent uppl from working on props that haven't been set as unbreakable. That just sounds like bad returns.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version