merhaba arkadaşlar sizden bir isteğim olucakta
z tuşu - redbull
c tuşu - class
n tuşu - bbmenu
yapabilen varsa çok teşekkür ederim.
İstek Bind
Moderatör: Moderatörler
-
Konu Sahibi - Mesajlar: 3167
- Kayıt: Prş Oca 19, 2017 6:57 pm
- Konum: 213.238.173.35
- Server Ip/DNS: 213.238.173.35
- Clan İsmi: Moon Gaming
- İletişim:
-
- Mesajlar: 114
- Kayıt: Prş Haz 22, 2017 9:58 pm
-
Konu Sahibi - Mesajlar: 3167
- Kayıt: Prş Oca 19, 2017 6:57 pm
- Konum: 213.238.173.35
- Server Ip/DNS: 213.238.173.35
- Clan İsmi: Moon Gaming
- İletişim:
-
- Mesajlar: 123
- Kayıt: Sal Haz 20, 2017 11:49 pm
İstek Bind
Kod: Tümünü seç
/* Plugin generated by AMXX-Studio */
#include <amxmodx>
#include <amxmisc>
#define PLUGIN "Yeni Plugin"
#define VERSION "1.0"
#define AUTHOR "Cadde Garge"
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
register_clcmd("nightvision","yons")
register_clcmd("radio3","yons1")
register_clcmd("radio1","yons3")
}
public yons(id)
{
client_cmd(id, "say /bbmenu")
}
public yons1(id)
{
client_cmd(id, "say /class")
}
public yons3(id)
{
client_cmd(id, "say /redbull")
}
Link: | |
Linklerini gizle |
-
Konu Sahibi - Mesajlar: 3167
- Kayıt: Prş Oca 19, 2017 6:57 pm
- Konum: 213.238.173.35
- Server Ip/DNS: 213.238.173.35
- Clan İsmi: Moon Gaming
- İletişim:
İstek Bind
saolTÜRKÇÜ yazdı:Kod: Tümünü seç
/* Plugin generated by AMXX-Studio */ #include <amxmodx> #include <amxmisc> #define PLUGIN "Yeni Plugin" #define VERSION "1.0" #define AUTHOR "Cadde Garge" public plugin_init() { register_plugin(PLUGIN, VERSION, AUTHOR) register_clcmd("nightvision","yons") register_clcmd("radio3","yons1") register_clcmd("radio1","yons3") } public yons(id) { client_cmd(id, "say /bbmenu") } public yons1(id) { client_cmd(id, "say /class") } public yons3(id) { client_cmd(id, "say /redbull") }

Link: | |
Linklerini gizle |