這個sma哪裡有問題

Home Home
引用 | 編輯 lo2003058
2011-05-24 22:36
樓主
推文 x0
是bb的商店可以的話,請大大幫我改,我用不到

本帖包含附件
檔名: zip bb商店.zip   (2022-06-09 14:18 / 2 KB)   下載次數:11


獻花 x0
引用 | 編輯 樂哥x_x
2011-05-24 22:48
1樓
  
你是開什麼SERVER的????

獻花 x0
引用 | 編輯 lf2man123
2011-05-24 23:03
2樓
  
    new data[6], iName[64]
    new access, callback
    
    menu_item_getinfo(menu, item, access, data,6, iName, 63, callback)
紅字錯
#include <amxmodx>  <這不知道錯甚麼 --
#include <amxmisc>
#include <engine>
#include <fun>
#include <cstrike>
#include <fakemeta>
#include <basebuilder>

        case 2:{
            if(cs_get_user_money(id) >= 3500)
            {
                if (user_has_weapon(id, CSW_AK47))
                {
                    client_print(id, print_chat, "[商店]你已經擁有AK47")
                }
                else
                {
                    give_item(id, "weapon_knife")
                    give_item(id, "weapon_g3sg1")
                        cs_set_user_money(id,cs_get_user_money(id) - 3500)
                    client_print(id, print_chat, "[商店]恭喜你成功購買AK47")
                    return PLUGIN_HANDLED
                }
            }
            else
            {
                client_print(id, print_chat, "[商店]你沒有金錢購買AK47")
            }
            ?<欠一}

獻花 x0
引用 | 編輯 Rubbish-Nec
2011-05-25 17:58
3樓
  
如果是第一行出錯,九成都是因為沒取消Unocode署名跟取消換行7.7

獻花 x0
引用 | 編輯 lo2003058
2011-05-26 10:07
4樓
  
請大大幫我改一下,好嗎
改好後訊息給我行嗎 表情

獻花 x0
引用 | 編輯 fai19960820
2011-06-01 04:43
5樓
  
你的include 有沒有一個叫basebuilder的txt檔...我想是欠了

獻花 x0