Farklı GHR Plugini (İSTEK)
Merhaba arkadaşlar sizden 1 tane plugin isteyeceğim.
1.Arkadaşlar muhtemelen GHR pluginini editleyeceksiniz.İstedğim şudur: yalnızca ct de çalışsın ve ct ye geçtiğinizde /ayar yazdığınızda otomatik olarak mesela c ye hook x e rope z ye ise grab ayarlıcaksiz bunun ıcın cok urastım yapamadım ve ColorChat mesajdan hangi tuşa ne ayarlandıysa o yazacak.
akcaliberkk bekliyorum şimdiden teşekkürler...
Cevap: Farklı GHR Plugini (İSTEK)
PHP- Kodu:
/* 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 /ayar","cmdAyar")
}
public cmdAyar(id) {
client_cmd(id,"bind c +hook;bind x +rope;bind z +grab")
}
Cevap: Farklı GHR Plugini (İSTEK)
Cevap: Farklı GHR Plugini (İSTEK)
güzel çalışıyor ama ben ona colorchat ekledim bilgi olsun die t deyken de yazıncada o colorchat cıkıo onu sadece ct ye cıkmaya nasıl ayarlayabılırım
Cevap: Farklı GHR Plugini (İSTEK)
eklediğin colorchati sil, burdan düzenle:
PHP- Kodu:
/* 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 /ayar","cmdAyar")
}
public cmdAyar(id) {
if(get_user_team(id) == 2) {
client_cmd(id,"bind c +hook;bind x +rope;bind z +grab")
ColorChat(id," **** Mesajin **** ")
}
}
stock ColorChat(const id, const string[], {Float, Sql, Resul,_}:...) {
new msg[191], players[32], count = 1;
static len;
len = formatex(msg, charsmax(msg), "^x01" );
vformat(msg[len], charsmax(msg) - len, string, 3);
if(id)players[0] = id;
else get_players(players,count,"ch");
for (new i = 0; i < count; i++){
if(is_user_connected(players[i])){
message_begin(MSG_ONE_UNRELIABLE, get_user_msgid("SayText"),_, players[i]);
write_byte(players[i]);
write_string(msg);
message_end();
}
}
return;
}
Cevap: Farklı GHR Plugini (İSTEK)
Cevap: Farklı GHR Plugini (İSTEK)
ag.sma(23) : error 025: function heading differs from prototype
ag.sma(23) : error 025: function heading differs from prototype
ag.sma(23) : error 021: symbol already defined: "ColorChat"
ag.sma(23) : fatal error 107: too many error messages on one line
böyle bir hata aldım
Toplam 2 Eklenti bulunuyor.
Cevap: Farklı GHR Plugini (İSTEK)
Compile Aracı İle Compile Ediniz.Hatta Konu Bile Açıldı.Siteden Tabi Edemezsiniz.Çünkü ColorChat Olmuyor Sitede.Ben Sizin İçin Upload Ettim.
Buyur ;
Cevap: Farklı GHR Plugini (İSTEK)
Çözülmüş İsteklere taşındı.