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