我用nst_wpn內的include檔,找到
nst_wpn_give_weapon(id, const weapon[])
然後想加戰慄加農砲
nst_wpn.ini內的戰慄加農砲:
[type]5[name]戰慄加農砲[model]
gatling[wchange]5[damage]0.8[speed]1[zoom]0[clip]40[ammo]40[recoil]1[gravity]220[knockback]10[reload]0[deploy]0[fastrun]0[sight_time]0[sight_model][cost]4000[sound]1[team]0[buy]1[s_reload]4.5[s_type]1
便是
nst_wpn_give_weapon(id, gatling)
但是compile時它說:
error 017:undefined symbol "gatling"
是不是要define gatling先?還是其他?
請各位大大幫幫忙
還有一個
我有程式:
client_print(id,print_center,"抽不中任何東西!!給回你$500作為安慰金!!")
compile時它說:warning 217: loose indentation
但是也可以compile成amxx,有沒有問題的嗎?是否文字太長?還是其他?
再一次請各位大大幫幫忙
圖: