0920357689 发表于 2008-4-28 04:12:22

關於IF的使用

if (ADMIN_USER(id)){
client_color(id, id, "^x04 提示: ^x03 管理員才能使用該命令^n")
return PLUGIN_CONTINUE
}

這里那里出錯了....

0920357689 发表于 2008-4-28 04:48:59

回复: 關於IF的使用

另外問一下..

register_logevent("round_startmoney",2,"0=World triggered","1=Round_Start")

public round_startmoney(id) {
if(get_user_flags(id) & ADMIN_MENU) {
cs_set_user_money2(id, cs_get_user_money2(id) + toykomoney2)
//set_hudmessage(255, 255, 255, 0.33, 0.66, 0, 3.0, 5.0, 0.1, 0.2, 2)
//show_hudmessage(0, "所有管理員獲得補助金%d",toykomoney2)
client_print(0, print_chat, "所有管理員獲得補助金%d",toykomoney2)
}
return PLUGIN_CONTINUE
}


L 04/28/2008 - 04:52:37: Run time error 10 (plugin "adminmoney.amxx") (na
tive "get_user_flags") - debug not enabled!
L 04/28/2008 - 04:52:37: To enable debug mode, add "debug" after the plug
in name in plugins.ini (without quotes).

這里出了什麼問題
页: [1]
查看完整版本: 關於IF的使用