註冊會員
查看詳細資料
TOP
原帖由 tony987852 於 2010-12-24 16:11 發表 public plugin_init() { register_plugin( PLUGIN, VERSION, AUTHOR ) register_clcmd("say /demo","demo") } public demo(id) { new random = random_num(0,9) //這個代表有多少個機會(從0至9抽一 ...