|
Junior Member
Join Date: Mar 2014
Location: Tashkent
|

05-13-2014
, 06:17
Help! gunxpmod
|
#1
|
Help, I swapped the weapon, but when I take it in the store AK47 no bullets, and m3 my be other, which did not it?
Quote:
new const RANK[MAXLEVEL][] = { "Glock 18C", "USP .45 ACP Tactical", "P228 Compact", "FiveseveN", "Desert Eagle .50 AE", "Dual Elite Berettas",
"Schmidt TMP", "Ingram MAC-10", "UMP 45", "MP5 Navy", "ES P90", "Scout", "M3 Super 90", "XM1014 M4",
"Steyr AUG A1", "SG-552 Commando", "SG-550 Auto-Sniper", "G3SG1 Auto-Sniper", "Famas", "IMI Galil", "AK-47", "M4A1 Carbine", "AWP Magnum Sniper", "M249 Para Machinegun"
}; // Weapon Name Ranks
new const WEAPONCONST[MAXLEVEL][] = { "weapon_glock18", "weapon_usp", "weapon_p228", "weapon_fiveseven", "weapon_deagle", "weapon_elite", "weapon_tmp",
"weapon_mac10", "weapon_ump45", "weapon_mp5navy", "weapon_p90", "weapon_scout", "weapon_m3", "weapon_xm1014",
"weapon_aug", "weapon_sg552", "weapon_sg550", "weapon_g3sg1", "weapon_famas", "weapon_galil", "weapon_ak47", "weapon_m4a1", "weapon_awp", "weapon_m249"
}; // Give Weapons
new const WEAPONMDL[MAXLEVEL][] = { "models/w_glock18.mdl", "models/w_usp.mdl", "models/w_p228.mdl", "models/w_fiveseven.mdl", "models/w_deagle.mdl", "models/w_elite.mdl", "models/w_tmp.mdl",
"models/w_mac10.mdl", "models/w_ump45.mdl", "models/w_mp5.mdl", "models/w_p90.mdl", "models/w_scout.mdl", "models/w_m3.mdl", "models/w_xm1014.mdl", "models/w_aug.mdl", "models/w_sg552.mdl", "models/w_sg550.mdl", "models/w_g3sg1.mdl", "models/w_famas.mdl", "models/w_galil.mdl", "models/w_ak47.mdl", "models/w_m4a1.mdl", "models/w_awp.mdl", "models/w_m249.mdl"
}; // Blocks pick up weapon, that is not model replacement!!!
new const AMMOCONST[MAXLEVEL] = { 17, 16, 1, 11, 26, 10, 23, 7, 12, 19, 30, 3, 18,
15, 14, 21, 5, 28, 22, 8, 27, 13, 24, 20
}; // Weapons ID(CSW)
new const AMMO2CONST[MAXLEVEL] = { 400, 400, 400, 400, 400, 400, 400, 400, 400, 400, 400, 400, 90,
400, 400, 80, 80, 400, 400, 400, 400, 200, 200, 400
}; // Weapons Ammo
|
P.S sorry my english) translate by google
|
|