stock PlayerName(playerid){ new NomeP[24]; GetPlayerName(playerid, NomeP, sizeof(NomeP)); return NomeP;}