Thread: [Subplugin Submission] [ZP] Extra Item: Antidote Laser v1.1
View Single Post
ILUSION
Senior Member
Join Date: Oct 2006
Location: Argentina
Old 07-10-2009 , 22:48   Re: [ZP] Extra Item: Antidote Laser
Reply With Quote #6

Quote:
Originally Posted by xPaw View Post
PHP Code:
stock fm_set_user_deaths(idvalue)
{
    
set_pdata_int(idOFFSET_CSDEATHSvalueOFFSET_LINUX)
}

stock fm_get_user_deaths(id)
{
    return 
get_pdata_int(idOFFSET_CSDEATHSOFFSET_LINUX);
}

stock fm_get_user_team(id)
{
    return 
get_pdata_int(idOFFSET_CSTEAMSOFFSET_LINUX);

Use natives from cstrike
Done. Files updated.
ILUSION is offline