04.06.2013, 17:27
Try this,
pawn Код:
stock PlayerName(playerid)
{
new Name[MAX_PLAYER_NAME + 1];
GetPlayerName(playerid, Name, MAX_PLAYER_NAME + 1);
return Name;
}