Author Topic: Self Delete.  (Read 1052 times)

I need to add an if into the Self Delete thingy but i dunno how to add the skull into the text.

Code: [Select]
package NewSelf Delete {
function ServerCmdSelf Delete(%client)
{
//add your if here
parent::ServerCmdSelf Delete(%client); //Leave this in here, it continues with the old function
}
};
activatepackage(newSelf Delete);

Ahh thanks. I forgot about the parent thingy.