06.11.2014, 05:37
if all your trying to do is display the players name, then just get the players name using 'GetPlayerName'
pawn Код:
new playername[32];
GetPlayerName(playerid, playername, 32);