stock GetName ( playerid ){ new name[MAX_PLAYER_NAME]; GetPlayerName(playerid, name, sizeof(name)); return name ;}