Quote:
Originally Posted by hardboy
Actually to change the player name by server side is not a slowhacking..
etc.. command amx_nick are running with client_cmd i think
|
It did do that in 1.8.2 and earlier but it never should have. They have fixed it, as shown by Klippy, in the latest version.
Sending the "name" command to the player via client_cmd() is essentially the definition of slowhacking which is why it was changed in AMX Mod X. And set_user_info() is indeed only seen on the server which is why it's the perfect solution for changing player names.
__________________