GetPlayerNameEx(playerid){ new pName[MAX_PLAYER_NAME]; GetPlayerName(playerid, pName, sizeof (pName)); return pName;}