Author Topic: Issue with voteban  (Read 1378 times)

0 Members and 1 Guest are viewing this topic.

Offline Storm

  • Full Member
  • ***
  • Posts: 220
  • Karma: 4
Issue with voteban
« on: July 22, 2014, 05:20:44 AM »
Hi when a player is votebanned on my server, he is kicked then able to return immediately. The console shows this error:

 07/22/2014 - 08:13:21: Lua Error: addons/ulib/lua/ulib/server/player.lua:124: Tried to use a NULL entity!
addons/ulib/lua/ulib/server/player.lua:124: Tried to use a NULL entity!

I think the issue isn't within that actual file because I copied it over from a server on which voteban was working and replaced it, but the player can still return to the server right away. If you can just direct me to the file that might be causing this, I can just replace that file OR tell me how to fix the code and I can do it that way - whichever is easiest for you! Thanks!











« Last Edit: July 22, 2014, 06:24:13 AM by Storm »

Offline Avoid

  • Full Member
  • ***
  • Posts: 142
  • Karma: 42
Re: Issue with voteban
« Reply #1 on: July 22, 2014, 06:25:48 AM »
Hello,
are you sure you are running the latest version, as this was fixed a while ago.

~Avoid

Offline Storm

  • Full Member
  • ***
  • Posts: 220
  • Karma: 4
Re: Issue with voteban
« Reply #2 on: July 22, 2014, 07:11:41 AM »
Yes and my svn was just updated today but I guess this file never updated.

SVN update procedure started Tue Jul 22 08:25:23 2014

-> Handling sync for https://github.com/Nayruden/Ulysses.git/trunk/ulib to ulib.
Guessing function of update because folder exists.
At revision 207.
SUCCESS: Updated svn in 1 second(s)

-> Handling sync for https://github.com/Nayruden/Ulysses.git/trunk/ulx to ulx.
Guessing function of update because folder exists.
UU   \servers\lc2\garrysmod\addons\ulx\lua\ulx\modules\sh\util.lua
Updated to revision 207.
SUCCESS: Updated svn in 2 second(s)


Never mind, though. I just used the code posted in the fix on github and it works fine now. :)
« Last Edit: July 22, 2014, 07:37:29 AM by Storm »