For example, I want to hide his nickname here:
Forum
CS2D Scripts How to hide player`s name?How to hide player`s name?
16 replies 1
For example, I want to hide his nickname here:
edited 1×, last 06.10.13 09:43:34 am
We making script about building base and defence it against unknown player (random enemy from your team). I need to hide name of player, who attacks you. There is any ways to solve this?
this should work but i have no idea if the string.rnd function works
No. It wouldn't work.
@ Alistaire: Why? If the script resets the score and deaths of every player it should work.
So, you think it's not suspicious when one player's name changes all the flippin' time?
I tried different ways:
setname <id> <name> <1>
setname <id>[1] <name>
etc.
nothing works.
For example I want to change Player`s nick (id 3) to DC
1
setname 3 0 DC
1
setname 3 "DC" 1
The command works fine.
1