08.04.2012, 11:27
Hey guys I am doing a Raven's role-play edit and I am finding diffucilty to understand how to change the weapon prices:
Tec-9 Costs - 2000$ // 20 Ammo costs 2600$
Код:
else if (strcmp(gunid, "TEC-9", true, strlen(gunid)) == 0) { gun = 32; guncharge = GunPrice[16][0]/100*mod2; ammocharge = GunPrice[35][0]*ammo; }