dene bakalım.PHP- Kodu:
//////////////////////////////////////////////
#include <amxmodx>
#include <amxmisc>
new syncObj;
public plugin_init()
{
register_plugin("DaktiloYazi", "2.0", "kApo")
set_task(2.0, "DaktiloYazi", 0, _, _, "b")
syncObj = CreateHudSyncObj()
}
public DaktiloYazi(id)
{
set_hudmessage(0, 250, 255, -1.0, 0.0, 0, 6.0, 2.2)
ShowSyncHudMsg(id, syncObj,"Gantz | pRo puBL!C [No sXe] Server ~^ncs2.oyunliman.tr.gg^n[ www.OyunLiman.TR.GG ]")
}