DarkCoveR / darkrp

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

People all showing up as the same name in chat #782

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What is the problem?
In a couple of our DarkRP servers using DarkRP 2.4.2 (latest as of 11th March 
2012), we have been noticing a glitch with names. If "rp_alltalk" is set to 0, 
everyone's name appears, at least to any admins, the same as theirs.

For example, if I type hello as 'marpetjud', a player named 'nick''s reply 
would come up as being said by marpetjud as well.

marpetjud: Hello.
marpetjud: hey  

What steps will reproduce the problem?
Anyone chatting

Do you have any errors? serverside or clientside? If you do, which ones?
N/A

Are you using the downloaded version or an SVN revision (if SVN, which
revision number)?
Latest SVN as of 11 march 2012

Please provide any additional information below.

Original issue reported on code.google.com by canihave...@googlemail.com on 12 Mar 2012 at 9:34

GoogleCodeExporter commented 8 years ago
Getting the same problem.

Original comment by erie1555 on 12 Mar 2012 at 11:37

GoogleCodeExporter commented 8 years ago
Found the problem in revision 1081
in cl_init.lua
local ply = msg:ReadEntity() and LocalPlayer()
Remove the ' and LocalPlayer()'

Original comment by erie1555 on 12 Mar 2012 at 11:43

GoogleCodeExporter commented 8 years ago
Damnit Kaleb

Original comment by fpeijnen...@gmail.com on 13 Mar 2012 at 10:04

GoogleCodeExporter commented 8 years ago
My bad!

Original comment by sSaviorr on 14 Mar 2012 at 9:55