stock PlayerName(playerid) { new piname[MAX_PLAYER_NAME]; GetPlayerName(playerid,piname,sizeof(piname)); return piname; }