Author Topic: UPS - Ulysses Prop Share  (Read 25011 times)

0 Members and 1 Guest are viewing this topic.

Offline Gmods

  • Newbie
  • *
  • Posts: 43
  • Karma: 2
    • View Profile
Re: UPS - Ulysses Prop Share
« Reply #150 on: August 02, 2008, 05:40:10 PM »
Well it isn't. And when we reboot the server it resets back to about 300. It's probably a problem with our server, but if it is able to reset back to the default of 300, then can you tell me how to change that default to 1?

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • ****
  • Posts: 3488
  • Karma: 188
  • Project Lead
    • View Profile
Re: UPS - Ulysses Prop Share
« Reply #151 on: August 02, 2008, 07:53:37 PM »
Why not just set it in your config?
“Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.” -Brian W. Kernighan
"I love working on my crappy code. it is crappy, but it is mine. I guess I could love other people's code, but it's like loving other people's children -- not quite the same as your own" -- Jeff Atwood
"Their tree came and found my tree!" -- Stickly Man!

Jaybuz

  • Guest
Re: UPS - Ulysses Prop Share
« Reply #152 on: August 03, 2008, 07:32:56 AM »
I'm also getting this error on start up. ???

Code: [Select]
[UPS ERROR] Ownership table is not setup for a ply in onEntRemoved! Could be a bad UPS addon installed or bad initialization?   Please report this error to ulyssesmod.net with information on how you got it.

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • ****
  • Posts: 3488
  • Karma: 188
  • Project Lead
    • View Profile
Re: UPS - Ulysses Prop Share
« Reply #153 on: August 03, 2008, 12:46:59 PM »
Do you have bots in the server? I don't see how you could get that on startup otherwise.
“Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.” -Brian W. Kernighan
"I love working on my crappy code. it is crappy, but it is mine. I guess I could love other people's code, but it's like loving other people's children -- not quite the same as your own" -- Jeff Atwood
"Their tree came and found my tree!" -- Stickly Man!

Jaybuz

  • Guest
Re: UPS - Ulysses Prop Share
« Reply #154 on: August 04, 2008, 08:22:20 AM »
Nope, just started up my listen server(maybe thats the problem?) and I get that.

Megiddo_at_work

  • Guest
Re: UPS - Ulysses Prop Share
« Reply #155 on: August 04, 2008, 08:25:41 AM »
Could be... I always forget people still run listen servers. :P

I'll look into it.

Offline Smoot178

  • Newbie
  • *
  • Posts: 37
  • Karma: -4
    • View Profile
Re: UPS - Ulysses Prop Share
« Reply #156 on: August 04, 2008, 05:53:40 PM »
Hm.. Odd.  It appears UPS only wants to work for some players.  The other players cannot grab their own props.

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • ****
  • Posts: 3488
  • Karma: 188
  • Project Lead
    • View Profile
Re: UPS - Ulysses Prop Share
« Reply #157 on: August 04, 2008, 06:39:55 PM »
Any errors?
“Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.” -Brian W. Kernighan
"I love working on my crappy code. it is crappy, but it is mine. I guess I could love other people's code, but it's like loving other people's children -- not quite the same as your own" -- Jeff Atwood
"Their tree came and found my tree!" -- Stickly Man!

Offline Gmods

  • Newbie
  • *
  • Posts: 43
  • Karma: 2
    • View Profile
Re: UPS - Ulysses Prop Share
« Reply #158 on: August 05, 2008, 09:45:50 AM »
No errors, players on my server having the same problem. Can't pickup their own props.

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • ****
  • Posts: 3488
  • Karma: 188
  • Project Lead
    • View Profile
Re: UPS - Ulysses Prop Share
« Reply #159 on: August 05, 2008, 12:27:15 PM »
Any errors on the client side?
“Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.” -Brian W. Kernighan
"I love working on my crappy code. it is crappy, but it is mine. I guess I could love other people's code, but it's like loving other people's children -- not quite the same as your own" -- Jeff Atwood
"Their tree came and found my tree!" -- Stickly Man!

Offline Smoot178

  • Newbie
  • *
  • Posts: 37
  • Karma: -4
    • View Profile
Re: UPS - Ulysses Prop Share
« Reply #160 on: August 05, 2008, 06:10:25 PM »

Offline Tophat Man

  • Newbie
  • *
  • Posts: 17
  • Karma: 2
    • View Profile
Re: UPS - Ulysses Prop Share
« Reply #161 on: August 07, 2008, 01:28:41 AM »
The same thing was happening on our server, it happens to all people with the closing curly bracket ( } ) in their name, or opening but I assume having the closing one ends some part of the script early, happens with simple prop protect also and you can't add people with it in their name to your "buddy list".  :'(

Offline Dv2236

  • Jr. Member
  • **
  • Posts: 89
  • Karma: 0
    • View Profile
    • MyGamingVoid
  • User is on moderator watch listWatched
Re: UPS - Ulysses Prop Share
« Reply #162 on: August 07, 2008, 10:52:34 AM »
That is when you make a scrip to auto kick anyone with them kinda symbols out of the server with a message "we don't allow "what ever symbol" in your name to play on this server" lol i think that would be kinda funny GG

Offline jay209015

  • Ulysses Team Member
  • Hero Member
  • ****
  • Posts: 869
  • Karma: 54
    • View Profile
    • Dev-Solutions
Re: UPS - Ulysses Prop Share
« Reply #163 on: August 07, 2008, 05:08:52 PM »
I just simply use string.format( "%q", name ) to work around that little problem within my script :D

An error only becomes a mistake when you refuse to correct it. --JFK

"And thus the downfall of the great ULX dynasty was wrought not by another dynasty, but the slow and steady deterioration of the leaders themselves, followed by the deprecation of the great knowledge they possessed." -Gmod, Chapter 28, verse 34 -- Stickly

Offline Chief_runningwater

  • Newbie
  • *
  • Posts: 14
  • Karma: 2
  • Fpsbanana User
    • View Profile
    • Chiefrunningwater.com
Re: UPS - Ulysses Prop Share
« Reply #164 on: August 09, 2008, 02:59:57 PM »
UPS isn't seem to be working on my 10 man server i have latest ulib and ulx and such and it was working yesterday so i deleted it and redownloaded and reuploaded it to the server and it's still not working can someone help?... what it is saying is that UPS is not installed on this server on the UPS tab in utilities