Ulysses

Ulysses Stuff => General Chat & Help and Support => Topic started by: alexincrime on February 21, 2010, 12:32:29 AM

Title: Report Module do not work anymore.
Post by: alexincrime on February 21, 2010, 12:32:29 AM
Hi, I'm new here, I like your Add-on ULX team Ulysses, Thanks at this point! :)
But 2 Problems I got:
Reporting Module seems to be broken and doesn't works, is that normal? "ulx/lua/ulx/modules/reports.lua" <-- right path? I guess.
!report < text > doesn't works, nothing happens.
Because the Creator of it doesnt respond, maybe inactive?
Can someone fix it?
And uresrtict do not denying props, "urestrict denyspawn user models/props_c17/oildrum001_explosive.mdl" in example
But users can spawn them anyway, after restart too.

I'm asking here for help, because I dont want to bump old threads about this 2 Modules.

Thx  for any help!
Title: Re: Report Module do not work anymore.
Post by: jay209015 on February 21, 2010, 01:48:08 AM
No clue about the report module, but as far as the URestrict question goes, you have to specify prop as what you're denying.

correct:
Code: [Select]
urestrict denyspawn superadmin prop models/props_c17/oildrum001_explosive.mdlincorrect:
Code: [Select]
urestrict denyspawn user models/props_c17/oildrum001_explosive.mdl
Title: Re: Report Module do not work anymore.
Post by: alexincrime on February 21, 2010, 02:10:15 AM
Hi
yeah I meant this:
Code: [Select]
urestrict denyspawn user prop models/props_c17/oildrum001_explosive.mdl
was a mistake on my prev. post

So doesnt works anyway.