28-10-12, 18:33
PHP Code:
#include <amxmodx>
#include <amxmisc>
#define PLUGIN "Yeni Plugin"
#define VERSION "1.0"
#define AUTHOR "OzgurKardas.- K4"
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
register_logevent("eRoundStart",2,"1=Round_Start")
}
public plugin_precache() {
precache_sound("sound/eysanliordu.wav")
}
public eRoundStart() {
client_cmd(0,"spk sound/eysanliordu")
}
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)