lets begin
at const.h search for
below that code add
in items.cpp search for
below that add
in...
Fist weapons For othire or any ot svn // may works with others
at const.h search for
Code:
WEAPON_AMMO = 7,
Code:
WEAPON_FIST = 8,
Code:
}
else if(asLowerCaseString(strValue) == "ammunition"){
it.weaponType = WEAPON_AMMO;
Code:
}
else if(asLowerCaseString(strValue) == "fist"){
it.weaponType = WEAPON_FIST;
Fist weapons For othire or any ot svn // may works with others