View Single Post
dorin2oo7
Senior Member
Join Date: Jun 2008
Location: Sibiu, Romania
Old 04-13-2009 , 11:54   Re: Kill Message w/ VOX v2.3
Reply With Quote #14

UPDATE v2.3 - Rearranged the event_death function
Quote:
Originally Posted by Nextra View Post
PHP Code:
public event_death()
{
    new 
killer read_data(1);
    new 
victim read_data(2);

    if(
killer == victim)
        return 
PLUGIN_CONTINUE;

    
//...

__________________
dorin2oo7 is offline