[quote]
下面是引用 n3ph223172 於 2011-09-11 21:35 發表的 Re:Re:Re:Re:求在cs里会定时出字: 其實這區是沒有雅幣獎勵的
複製程式
/* Plugin generated by AMXX-Studio */
#include <amxmodx>
#define PLUGIN "Show Message"
#define VERSION "1.0"
#define AUTHOR "FalseSpy"
public plugin_init()
{
register_plugin(PLUGIN, VERSION, AUTHOR)
set_task(時間[小數], "Event", _, _, _, "b");
}
public Event()
{
set_hudmessage(0, 255, 0, 0.02, 0.9, 0, 0.1, 1.0, 0.1, 0.1, 4)
show_hudmessage(0, "The Plugin Author is FalseSpy!")
}
應該沒錯吧