|
楼主 |
发表于 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: [AMXX] Run time error 10 (plugin "adminmoney.amxx") (na
tive "get_user_flags") - debug not enabled!
L 04/28/2008 - 04:52:37: [AMXX] To enable debug mode, add "debug" after the plug
in name in plugins.ini (without quotes).
這里出了什麼問題 |
|