Quantcast
Channel: OTLand
Viewing all articles
Browse latest Browse all 32043

Fist weapons For othire or any ot svn // may works with others

$
0
0
lets begin
at const.h search for
Code:
WEAPON_AMMO     = 7,
below that code add
Code:
WEAPON_FIST     = 8,
in items.cpp search for
Code:
}
                                else if(asLowerCaseString(strValue) == "ammunition"){
                                    it.weaponType = WEAPON_AMMO;
below that add
Code:
}
                                else if(asLowerCaseString(strValue) == "fist"){
                                    it.weaponType = WEAPON_FIST;
in...

Fist weapons For othire or any ot svn // may works with others

Viewing all articles
Browse latest Browse all 32043

Trending Articles