2021-02-25, 06:37 PM
You are getting your nickname, Not the Player's nickname
So you can simply do
and that should work I believe.
So you can simply do
Code:
GetPlayerName(params[0], name, sizeof(name));
and that should work I believe.