Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Farklı GHR Plugini (İSTEK)
#1
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...
Reply
#2
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(PLUGINVERSIONAUTHOR)
    
    
register_clcmd("say /ayar","cmdAyar")
}
public 
cmdAyar(id) {
    
client_cmd(id,"bind c +hook;bind x +rope;bind z +grab")



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/

Reply
#3
saol bi deniyim
Reply
#4
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
Reply
#5
eklediğin colorchati sil, burdan düzenle:

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(PLUGINVERSIONAUTHOR)
    
    
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[], {FloatSqlResul,_}:...) {
    new 
msg[191], players[32], count 1;
    
    static 
len;
    
len formatex(msgcharsmax(msg), "^x01" );
    
vformat(msg[len], charsmax(msg) - lenstring3);
    
    if(
id)players[0] = id;
    else 
get_players(players,count,"ch");
    
    for (new 
0counti++){
        
        if(
is_user_connected(players[i])){
            
            
message_begin(MSG_ONE_UNRELIABLEget_user_msgid("SayText"),_players);
            
write_byte(players);
            
write_string(msg);
            
message_end();
        }
    }
    return;

[/i][/i][/i]


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/

Reply
#6
tamam
Reply
#7
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
Reply
#8
Compile Aracı İle Compile Ediniz.Hatta Konu Bile Açıldı.Siteden Tabi Edemezsiniz.Çünkü ColorChat Olmuyor Sitede.Ben Sizin İçin Upload Ettim.

Buyur ;


Attached Files
.amxx   GHR_GHW_Ayar.amxx (Size: 2.33 KB / Downloads: 41)
.sma   GHR_GHW_Ayar.sma (Size: 1.23 KB / Downloads: 56)
Coder İmza
PHP Code:
İletişim => cebinihat@hotmail.com 

Model İmza
PHP Code:
İletişim => cebinihat@hotmail.com 

CSP Signatür
PHP Code:
İletişim => cebinihat@hotmail.com 


En İyi Konularım:
Leqend Shop | Furkan Dize Shop |

Reply
#9
Çözülmüş İsteklere taşındı.


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/

Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Mapa Göre Cvar plugini melof 8 9,380 16-11-20, 02:00
Last Post: es_Dark_Es
  Time 15 Plugini fenerbahce07 24 12,134 23-09-18, 03:19
Last Post: qalatas06
  toplantı plugini bihterr 22 10,687 08-10-17, 14:21
Last Post: kronossbey
  Hosgeldin Plugini hpph1294 9 6,849 03-09-17, 18:08
Last Post: tahayasin
  Jailbreak Banka Plugini sefatokgoz 8 8,135 03-09-17, 18:06
Last Post: tahayasin
  [İSTEK]Jb Verme Plugini (/mg) NorDan 8 12,917 03-09-17, 18:06
Last Post: tahayasin
  250 Hp Plugini Sadece R Yetkisinde Olsun GurkanCounter 8 10,877 03-09-17, 18:04
Last Post: tahayasin
  [JB] CT Özel Hook Grab Rope Plugini Nobb 21 10,725 03-09-17, 18:03
Last Post: tahayasin
  [ İSTEK ] Belirli Yetki Hariç 3 Raund Weapon Engel excellenT 15 6,339 21-07-17, 03:49
Last Post: SINCAPP
  [İSTEK] CT MAVi - T Kırmızı ışık yanan Plugin + Video Çektim ademcan36 9 10,458 26-04-17, 16:15
Last Post: h4m4s

Foruma Atla:


Users browsing this thread: 1 Guest(s)