Kod:
#include <amxmodx>
#include <amxmisc>
#include <cstrike>
#include <fun>
new syncObj;
new stil;
#define svadi "[ YAZACAGINIZSEY ]^n[- YAZACAGINIZSEY -]^n[- YAZACAGINIZSEY -]"
public plugin_init()
{
register_plugin("DaktiloYazi", "3.0", "Anonim-Aconyonn")
set_task(0.1, "DaktiloYazi", 0, _, _, "b")
syncObj = CreateHudSyncObj()
}
public DaktiloYazi(id)
{
if( stil > 6 ) stil = 0;
set_hudmessage(127, 255, 170, -1.0, 0.0, 2, 1.0, 1.0, 0.1, 0.1, 4)
ShowSyncHudMsg( id, syncObj,"%s",svadi );
}
/* AMXX-Studio Notes - DO NOT MODIFY BELOW HERE
*{\\ rtf1\\ ansi\\ deff0{\\ fonttbl{\\ f0\\ fnil Tahoma;}}\n\\ viewkind4\\ uc1\\ pard\\ lang1055\\ f0\\ fs16 \n\\ par }
*/)






