I want to change the name of the player I have determined as follows;
X Tag @ Name
In short, I want to add a tag to the beginning of the player's name.
I tried the following methods but failed;
1) set_entvar(id, var_netname, fmt("X Tag @ %n", i));
2) set_user_info(id, "name", fmt("X Tag @ %n", i));
3) server_cmd...
After changing the name of the player, he should not be able to make another name other than the name I have determined.
Thank you from now.
X Tag @ Name
In short, I want to add a tag to the beginning of the player's name.
I tried the following methods but failed;
1) set_entvar(id, var_netname, fmt("X Tag @ %n", i));
2) set_user_info(id, "name", fmt("X Tag @ %n", i));
3) server_cmd...
After changing the name of the player, he should not be able to make another name other than the name I have determined.
Thank you from now.