I only see this in the dedicated console.
In the dedicated console.
1
2
3
4
5
6
2
3
4
5
6
[01:17:08] player 5 connected [01:17:08] player 5 is using IP xxx.xxx.xxx.xxx:2612 and U.S.G.N. ID #xxxx [01:17:08] player 5 changes name to noob [01:17:08] U.S.G.N.: xxx.xxx.xxx.xxx is using U.S.G.N. ID #xxxx [01:17:08] U.S.G.N.: noob is using U.S.G.N. ID #xxx [01:17:11] noob joins the counter-terrorist forces
Ingame with the cs2d client:
I can only see "Player 5" in the scoreboard
And nothing that i have changed nick.
1
2
3
4
5
6
7
2
3
4
5
6
7
addhook("join","nickjoin") function nickjoin(p) n = player(p,"name") if (string.find(n,"player") ~= nil) then parse("setname "..p.." noob") end end