i-c0112
|
分享:
▲
▼
下面是引用 aids6828 於 2011-01-29 19:28 發表的 :
請問一下 這個該怎改 他沒給教學= =而且 SMA檔掛了0...0 不就是把以下4個陣列的值更改嗎?? 對應的槍枝那篇文章的一樓回覆也有了 複製程式
// Admin Amount of ammo to give when buying additional clips for weapons
new const MAXBPAMMO[] = { -1, 104, -1, 180, -1, 64, 1, 200, 180, -1, 240, 200, 200, 180, 180, 180, 200, 240,
60, 240, 600, 64, 180, 240, 180, -1, 70, 180, 180, -1, 200 }
// Max BP ammo for weapons(player)
new const MAXBPAMMO2[] = { -1, 52, -1, 90, -1, 32, 1, 100, 90, -1, 120, 100, 100, 90, 90, 90, 100, 120,
30, 120, 200, 32, 90, 120, 90, -1, 35, 90, 90, -1, 100 }
// Admin Amount of ammo to give when buying additional clips for weapons
new const BUYAMMO[] = { -1, 52, -1, 90, -1, 32, 1, 100, 90, -1, 120, 100, 100, 90, 90, 90, 100, 120,
30, 120, 200, 32, 90, 120, 90, -1, 36, 90, 90, -1, 100 }
// Amount of ammo to give when buying additional clips for weapons
new const BUYAMMO2[] = { -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 }
還有sma檔掛了?? 什麼意思我可以正常下載, 檔案也可以開
|
|
x0
[8 樓]
From:台灣中華電信 | Posted:2011-01-29 19:34 |
|
|
aids6828
|
分享:
▲
下面是引用 i-c0112 於 2011-01-29 19:34 發表的 : 不就是把以下4個陣列的值更改嗎?? 對應的槍枝那篇文章的一樓回覆也有了 [code]// Admin Amount of ammo to give when buying additional clips for weapons new const MAXBPAMMO[] = { -1, 104, -1, 180, -1, 64, 1, 200, 180, -1, 240, 200, 200, 180, 180, 180, 200, 240, ....... 在文字裡的第一個 52=p228 在文字裡的第二個 90=scout 在文字裡的第三個 32=xm1014 在文字裡的第四個 100=mac-10 在文字裡的第五個 90=aug 在文字裡的第六個 120=elite 在文字裡的第七個 100=fiveseven 在文字裡的第八個 100=ump45 在文字裡的第九個 90=sg550 在文字裡的第十個 90=galil 在文字裡的第十一個 90=famas 在文字裡的第十二個 100=usp 在文字裡的第十三個 120=glock18 在文字裡的第十四個 30=awp 在文字裡的第十五個 120=mp5nuy 在文字裡的第十六個 200=m249 在文字裡的第十七個 32=m3 在文字裡的第十八個 90=m4a1 在文字裡的第十九個 120=tmp 在文字裡的第二十個 90=g3sg1 在文字裡的第二十一個 35=deagle 在文字裡的第二十二個 90=sg552 在文字裡的第二十三個 90=ak47 在文字裡的第二十四個 100=p90 可是 我不知道如何修改0.0 該如何對應? 比如說 我要把 AK47 後備子彈 改成 270發 那我裡面哪邊需要修改?我想放到 疆屍地獄
[ 此文章被aids6828在2011-01-29 20:10重新編輯 ]
|
|
x0
[9 樓]
From:台灣中華電信 | Posted:2011-01-29 19:37 |
|
|
|