zh中SMA的一段

Home Home
引用 | 編輯 殤o葉
2011-10-18 18:15
樓主
推文 x0
// Ammo Type Names for weaponsnew const AMMO_TYPE[][] = { "", "357sig", "", "762nato", "", "buckshot", "", "45acp", "556nato", "", "9mm", "57mm", "45acp", "556nato", "556nato", "556nato", "45acp", "9mm", "338magnum", "9mm", "556natobox", "buckshot", "556nato", "9mm", "762nato", "", "50ae", "556nato", "762nato", "", "57mm" }

// Amount of ammo to give when buying additional clips for weaponsnew const BUY_AMMO[] = { -1, 13, -1, 30, -1, 8, -1, 12, 30, -1, 30, 50, 12, 30, 30, 30, 12, 30, 10, 30, 30, 8, 30, 30, 30, -1, 7, 30,  30, -1, 50 }



小的想請問  這行子彈數中  各代表哪些槍枝   請大大幫忙

獻花 x0
引用 | 編輯 tw2twtw
2011-10-18 18:30
1樓
  
順序和這段一樣

new const WEAPON_NAME[CSW_P90+1][] = { "", "P228手槍", "", "SCOUT狙擊槍", "", "XM1014連發散彈槍", "", "MAC10衝鋒槍",
     "AUG步槍", "", "ELITE雙持手槍", "FIVESEVEN手槍", "UMP45衝鋒槍", "SIG550連發狙擊槍", "GALIL步槍", "FAMAS步槍",
     "USP手槍", "GLOCK18手槍", "AWP狙擊槍", "MP5衝鋒槍", "M249 輕機槍", "M3單發散彈槍", "M4A1步槍",
     "TMP衝鋒槍", "G3SG1連發狙擊槍", "", "DEAGLE手槍", "SIG552步槍", "AK47步槍", "", "P90衝鋒槍" }

獻花 x0
引用 | 編輯 殤o葉
2011-10-18 18:31
2樓
  
謝謝JOT大大 表情

獻花 x0