tictaczep / darkrp

Automatically exported from code.google.com/p/darkrp
0 stars 0 forks source link

Jobs not showing up #191

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Randomly, certain players jobs do not show up in the scoreboard, it's just
blank where their job name should be.

It doesn't show up above their head either.

When they use /job to set a custom job, you can see that though.

Also, it only affects some people, when someones job doesn't show up for
me, it shows up for other players fine.

Its not every player in the server who's job doesn't show up, just the odd
person.

There are no errors in the server or client console.

Original issue reported on code.google.com by ch...@watersideway.plus.com on 2 Feb 2010 at 6:33

GoogleCodeExporter commented 8 years ago
Okay, just found out what it is.
If you join a server, you won't be able to see anyones custom job if they set it
BEFORE you joined.

Original comment by ch...@watersideway.plus.com on 2 Feb 2010 at 8:09

GoogleCodeExporter commented 8 years ago
http://img714.imageshack.us/img714/1973/darkrpjobsnotshowing.jpg

Original comment by ch...@watersideway.plus.com on 3 Feb 2010 at 9:30

GoogleCodeExporter commented 8 years ago
when it happens:
Status
Get UserID of someone who doesn't show a job
enter this:
lua_run_cl PrintTable(Player(22).DarkRPVars)

where 22 is the userID of that person

Paste the results here. It's either an error about expecting nil or some data.

Original comment by fpeijnen...@gmail.com on 4 Feb 2010 at 8:43

GoogleCodeExporter commented 8 years ago

] lua_run_cl PrintTable(Player(55).DarkRPVars)
money   =   35124

Original comment by ch...@watersideway.plus.com on 4 Feb 2010 at 9:16

GoogleCodeExporter commented 8 years ago
Another example:
money   =   17747
Arrested    =   false
Energy  =   100

Original comment by ch...@watersideway.plus.com on 4 Feb 2010 at 9:16

GoogleCodeExporter commented 8 years ago
The problem is just a datastream delay, on my server it fixes itself after a 
while.
The same happens with shipment names, player names etc.

Original comment by infinity...@gmail.com on 5 Feb 2010 at 2:00

GoogleCodeExporter commented 8 years ago

Original comment by fpeijnen...@gmail.com on 15 Feb 2010 at 10:22

GoogleCodeExporter commented 8 years ago
Still not fixed..

Original comment by ch...@watersideway.plus.com on 15 Feb 2010 at 2:23

GoogleCodeExporter commented 8 years ago
so far seems to be working for me.

Original comment by zygimant...@gmail.com on 16 Feb 2010 at 12:04