Author Topic: Problems with Uclip  (Read 3610 times)

0 Members and 1 Guest are viewing this topic.

Offline Zaitzev

  • Newbie
  • *
  • Posts: 8
  • Karma: 0
Problems with Uclip
« on: May 23, 2008, 05:26:30 AM »
So, I got this rented gmod server. And of course, I've put in ULX, ULib and Uclip, together with Simple Prop Protection and ASSMod. And I've added my steam id to both /garrysmod/settings/users.txt AND /data/ULib/users.txt. As far as I know that's all I need to do. I've set myself as owner in ASSMod. I can access the SPP menu, but for some reason I can't..change stuff properly. I get "You don't have access" all the time. The "Cleanup entire server" doesn't work either. And I can't noclip through world, like I could before. I couldn't even noclip through my own stuff at first, but now I can.

Am I missing something? :O

I have SVN versions of ULX, ULib and Uclip.

Edit: The ULX Menu only shows MOTD. I had Admin, Client and all that before..
« Last Edit: May 23, 2008, 05:29:36 AM by Zaitzev »

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: Problems with Uclip
« Reply #1 on: May 23, 2008, 06:32:40 AM »
You need to make yourself an admin. See the ULX readme.
Experiencing God's grace one day at a time.

Offline Zaitzev

  • Newbie
  • *
  • Posts: 8
  • Karma: 0
Re: Problems with Uclip
« Reply #2 on: May 23, 2008, 09:24:23 AM »
Like I wrote in the first post..I did, by adding myself into the users.txt file(s) in both locations. The problem is still there.

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: Problems with Uclip
« Reply #3 on: May 23, 2008, 11:03:26 AM »
You still are not an admin. Read our FAQs for help in that case.
Experiencing God's grace one day at a time.

Offline DanChewapill

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
Re: Problems with Uclip
« Reply #4 on: May 24, 2008, 09:44:49 AM »
I am currently running uclip, with having some issues....
most everthing works correclty except players can still noclip through other players props,
however they cannot noclip through the world. (good thing)

the admin thing works just fine no problems there.

Using uclip, and simple prop protection, and of course ulx ulib

any suggestions?
or a link to another forum?
anything you can provide would be useful


i've edited the config to look like this;

------------
-- Config --
------------

function adminCheck( ply ) -- Who can move through everything? Comment out the line below if you don't want anyone moving through anything but their own stuff.

if ply:IsAdmin() or ply:IsSuperAdmin() then
      return true
   end
   
   return false
end

Offline Zaitzev

  • Newbie
  • *
  • Posts: 8
  • Karma: 0
Re: Problems with Uclip
« Reply #5 on: May 24, 2008, 11:24:46 AM »
I've looked in every seemingly related post, nothing helped me out there. The FAQ doesn't cover it. I do have installed ULX, ULib, Uclip and Simple Prop Protection. I can do certain admin-things, like cleanup, kicking, changing server cvars, but it stops there. Everybody can noclip through all the stuff. Me being admin should be able to noclip through world, but no. I can't pick up or manipulate other players or their props. Settings are default, Prop Protection is on, etc..

ASSMod is installed, but this shouldn't be causing the problem. I've used them all together before without any big trouble. I did the same then like I did now: Installed the addons, edited the users.txt, restarted the server (more than once). I would guess that editing any file is not the answer, since I've never had to do it before. Or..?

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: Problems with Uclip
« Reply #6 on: May 24, 2008, 12:37:48 PM »
I am currently running uclip, with having some issues....
most everthing works correclty except players can still noclip through other players props,
however they cannot noclip through the world. (good thing)

the admin thing works just fine no problems there.

Using uclip, and simple prop protection, and of course ulx ulib

any suggestions?
or a link to another forum?
anything you can provide would be useful


i've edited the config to look like this;

------------
-- Config --
------------

function adminCheck( ply ) -- Who can move through everything? Comment out the line below if you don't want anyone moving through anything but their own stuff.

if ply:IsAdmin() or ply:IsSuperAdmin() then
      return true
   end
   
   return false
end


Did SPP update recently? Perhaps the API changed.
Experiencing God's grace one day at a time.

Offline DanChewapill

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
Re: Problems with Uclip
« Reply #7 on: May 26, 2008, 11:18:57 AM »
Honestly i don't know when the last time SPP updated, I just got the sever like a week ago so this is the first time i've downloaded SPP,
do you know the last version of SPP that was working with UCLIP?
maybe i could go back to a workign version?

Offline DanChewapill

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
Re: Problems with Uclip
« Reply #8 on: May 26, 2008, 11:33:03 AM »
sorry for the double post, but i just had a simple question,

would you recommend i switch to a different prop protection addon?

is there one that works as well? or better?

the big reason i've been using SPP is the "use protection option" so players can press buttons and use others pods and vehicles and etc...

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: Problems with Uclip
« Reply #9 on: May 26, 2008, 01:13:58 PM »
You could use UPS (see release section), but it's beta.
Experiencing God's grace one day at a time.