Code:
new const i_NormalWeapon[][] = {"","weapon_mp5navy","weapon_ak47"}
new const i_WeaponPrice[][] = {"","1000","300"}
public giveweaponmp5(id){
give_item(id,i_NormalWeapon[1])
new money = cs_get_user_money(id) - i_WeaponPrice[1][0]
cs_set_user_money(id,money)
}
What wrong with it? I only spent 49$ for mp5....