19-12-14, 05:49
PHP Code:
/* Plugin generated by AMXX-Studio */
#include <amxmodx>
#include <amxmisc>
#define PLUGIN "Server Adi & Gun"
#define VERSION "1.0"
#define AUTHOR "akcaliberkk"
#define SVNAME "TheMeyhane"
#define RED 21
#define GREEN 173
#define BLUE 233
#define X -1.0
#define Y 0.0
new syncObj, gun;
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
syncObj = CreateHudSyncObj();
gun = 1;
register_event("TextMsg", "eventGameRestart", "a", "2=#Game_will_restart_in")
register_event("HLTV", "eventNewRound", "a", "1=0", "2=0")
set_task(1.0,"updateHud",.flags="b");
}
public eventGameRestart() {
gun = 0;
}
public eventNewRound() {
gun++;
}
public updateHud() {
set_hudmessage(RED, GREEN, BLUE, X, Y, 0, 10.0, 10.0);
ShowSyncHudMsg(0,syncObj,"%s | | Gun [ %d ]",SVNAME,gun);
}
CS:GO ve CS 1.6 için ücretli eklenti yapılır.
Plugin yazmak isteyenlere yardımcı olabilirim.
Skype adresimden ulaşabilirsiniz: destek_596
Steam: http://steamcommunity.com/id/ca-nemesis/


![[Image: amxxlarge.jpg]](https://www.amxmodx.org/images/amxxlarge.jpg)