new Name[MAX_PLAYER_NAME];
stock Name(playerid){ new nome[MAX_PLAYER_NAME]; GetPlayerName(playerid, nome, sizeof(nome)); return nome;}