You need unpack System.mrs in client
in system have zitem + string
ex:
string.xml:
<
Code:
STR id="ZITEM_NAME_50002">Mercenary Revolversx2 </STR>
<STR id="ZITEM_DESC_50002">New Item.</STR>
zitem.xml:
Code:
<ITEM id="50002" name="STR:ZITEM_NAME_50002" mesh_name="Mercenaryx2" totalpoint="0" type="range"
res_sex="a" res_level="20" slot="range" weapon="pistolx2" weight="5" bt_price="1440"
delay="220" damage="70" ctrl_ability="48" magazine="5" maxbullet="30" reloadtime="4"
slug_output="true" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
lr="0" color="#FFFFFFFF" image_id="1" bullet_image_id="0" magazine_image_id="0" snd_reload="we_pistol_reload"
snd_fire="we_pistol_fire" snd_dryfire="357magrevolver_dryfire" desc="STR:ZITEM_DESC_50002"
effect_id="4" />
and click to Matchsever.
copy string and zitem from system.mrs to matchsever
unpack model.mrs
you'll see weapon.xml
open it
click to folder weapon
i put my weapon in folder New
Code:
</AddWeaponElu>
<AddWeaponElu name="Mercenaryx2" weapon_motion_type = "3" weapon_type = "3" >
<AddBaseModel name="Mercenaryx2" filename="model/weapon/new/Mercenary.elu" />
</AddWeaponElu>
anh pack this mrs. pack system.mrs copy to client weapon.mrs and system.mrs
then you click to matchsever and open shop.xml add
Code:
<SELL itemid="50002" />
and matchsever and play 


thanks! for me 