30-08-15, 14:08
Code:
#include <amxmodx>#include <amxmisc>
new syncObj;
public plugin_init()
{
register_plugin("ustyazi", "1.0", "ademcan")
set_task(2.0, "yazi", 0, _, _, "b")
syncObj = CreateHudSyncObj()
}
public yazi(id)
{
set_hudmessage(255, 255, 0, -1.0, 0.0, 2, 1.0, 2.2)
ShowSyncHudMsg(id, syncObj,"YAZIN BURAYA")
}
