package YourPackage
{
function NewPlayerListGui::update(%this,%cl,%name,%blid,%a,%b,%c)
{
//Do whatever with %name and %blid here
Parent::update(%this,%cl,%name,%blid,%a,%b,%c);
}
};
activatePackage(YourPackage);
Just because I pity your incompetence.