14-08-13, 18:23
(This post was last modified: 14-08-13, 18:27 by akcaliberkk.)
PHP Code:
/* Plugin generated by AMXX-Studio */
#include <amxmodx>
#include <amxmisc>
#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "akcaliberkk"
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
register_clcmd("say","HookSay")
}
public HookSay(id) {
new szSaid[128]; read_args(szSaid,charsmax(szSaid))
remove_quotes(szSaid)
if(szSaid[0] != '/' && szSaid[0] != '!') return PLUGIN_CONTINUE
console_cmd(id, "amx_%s",szSaid[1])
return PLUGIN_HANDLED
}
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)