Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Deatmatch Server Oto Silah Engelleme
#4
arşivimden buldum [MENTION=12491]taykor19[/MENTION] sizler için paylaştım

Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>
#include <cstrike>


#define PLUGIN "Oto Drop"
#define VERSION "1.0"
#define AUTHOR "team36"


new gCvar;
public plugin_init() {
    register_plugin(PLUGIN, VERSION, AUTHOR)
    
    gCvar = register_cvar("otodrop_enabled","1")
    
    register_event("CurWeapon", "SilahKontrol", "be", "1=1")
    
}
public SilahKontrol(id) {
    if(get_pcvar_num(gCvar) && get_user_weapon(id) == CSW_G3SG1 || get_user_weapon(id) == CSW_SG550) {
        client_print(id,print_chat,"Bu Serverda Otomatik Silah Yasaktir.")
        client_print(id,print_chat,"Bu Plugin Istek Uzerine team36 Tarafindan Kodlanmistir.")
        client_cmd(id,"drop")
    }
}
Reply


Messages In This Thread
Cevap: Deatmatch Server Oto Silah Engelleme - by team36 - 27-02-15, 14:51

Possibly Related Threads…
Thread Author Replies Views Last Post
  Map'a Göre Silah Yasaklama Plugini Bytechnic 3 10,835 09-12-17, 04:05
Last Post: exelds78
  her yerde silah alma bercpolat 9 6,536 07-06-17, 14:48
Last Post: farakk
  Server çökünce zm_dust 2 açılmasını istiyorum CeyhunAKTEPE 5 3,697 09-01-17, 20:48
Last Post: crunch98

Foruma Atla:


Users browsing this thread:
🔥 Bu Forumdan Popüler Konular
Pluginlerde Bug veya Hata Konusu Açmadan Önce Oku — 19,075 görüntülenme, 36 cevap
Akcaliberkk ve Pluginden anlayanlar baksn — 12,807 görüntülenme, 7 cevap