arkadaşlar jail serverim var mye basınca kill cekınce falan ctye atıyor onu düzeltmenizi birde tler hücrede b ye basınca silah alabiliyorlar onu kapatmanızı istiyorum saolun +REP
Temamızın yeni versiyonuna geçilmiştir.
Görüş & Önerileriniz için [email protected] adresine mail atabilirsiniz.
Reklam gösterimini engelleyici yazılım kullandığınızı görüyoruz.
Sitemizin ayakta kalıp sizlere hizmet edebilmek için en büyük gelir kaynağı sayfamızda gösterilen reklamlardır.
Reklam gösterimde bizim sayfamıza ayrıcalık tanıyarak ayakta kalmamıza destek olmak ister misiniz ?
Konu
Son Düzenleme: 14-07-2018, Saat: 20:02, Düzenleyen: PawNod'.
Sunucunuz Nedir ??
Buy Engelleme
Buy Engelleme
PHP Kod:
#include <amxmodx>
// Here is the name of all "buy weapons" commands of CS, took from CS Weapons Information (AM Wiki).
// Is a tridimensional array because I'm going to use it in a loop, but actually this is not necessary,
// you can register all commands separately, but I think this is the easier & clean way to do it.
new gBuyCommands[][] =
{
"usp", "glock", "deagle", "p228", "elites", "fn57", "m3", "xm1014", "mp5", "tmp", "p90", "mac10", "ump45", "ak47",
"galil", "famas", "sg552", "m4a1", "aug", "scout", "awp", "g3sg1", "sg550", "m249", "vest", "vesthelm", "flash", "hegren",
"sgren", "defuser", "nvgs", "shield", "primammo", "secammo", "km45", "9x19mm", "nighthawk", "228compact", "12gauge",
"autoshotgun", "smg", "mp", "c90", "cv47", "defender", "clarion", "krieg552", "bullpup", "magnum", "d3au1", "krieg550",
"buyammo1", "buyammo2"
}
// Variable that I'm going to use to register the pCVAR.
new gCvarPluginToggle
public plugin_init()
{
// I think there is no need for explain this.
register_plugin("Block Buy Example", "0.1.0", "fezh")
// Toggle CVAR
gCvarPluginToggle = register_cvar("amx_block_buy", "1")
// Registering commands. As I said before, there is no need for creating a loop, but I like it anyways :P
for (new i; i < sizeof gBuyCommands; i++)
register_clcmd(gBuyCommands[i], "BlockBuyCommands")
}
public BlockBuyCommands(id)
{
// If the plugin don't get the CVAR, it makes you buy normally.
if (!get_pcvar_num(gCvarPluginToggle))
return PLUGIN_CONTINUE;
// Block the buy commands.
return PLUGIN_HANDLED;
}
// Final comments: I did the "tutorial" since I saw that there are some weirds (and not actually functional) ways to do it,
// like in the plugin called "Block Commands".
oyun yöneticisi kill cekınce falan ct atıyor m de atanan fonksiyon yok ama basınca ct atıyor
Son Düzenleme: 15-07-2018, Saat: 09:24, Düzenleyen: ITenGriTR.
Eklenti istekte maximum 2 konunuz olabilir aksi takdirde tüm konulariniz çöpe taşınır
Forum kurallarına aykırı olduğun için konunuz silinmiştir .
Forum kurallarına aykırı olduğun için konunuz silinmiştir .
Bir Hata Söz Konusu Olursa Bizlere Ulaşarak Düzeltebilirsiniz.
Konu ile Alakalı Benzer Konular | |||||
Konular | Yazar | Yorumlar | Okunma | Son Yorum | |
Silinmiş Konu | Bot engelleme | realgaming | 1 | 346 |
18-09-2020, Saat: 16:25 Son Yorum: JwG |
|
Silinmiş Konu | Furien Yerden Silah Almayı Engelleme | Fuvetzkertz | 1 | 351 |
10-12-2019, Saat: 10:29 Son Yorum: By.KinG |
|
Silinmiş Konu | Futbol Takım Modeli Texture Düzenlemesi | jurse99 | 1 | 252 |
28-11-2019, Saat: 09:47 Son Yorum: By.KinG |
|
Silinmiş Konu | takim birincilerine ödül düzenleme | oxy | 30 | 967 |
31-08-2019, Saat: 18:55 Son Yorum: Aconyonn |
|
Silinmiş Konu | Oto takım girme bozuk | XaRex | 2 | 295 |
18-08-2019, Saat: 01:03 Son Yorum: Smash |
Konuyu Okuyanlar: 1 Ziyaretçi