Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bir Bakabilicekmisniiz
#1
Arkadaşlar OyunYönetisicisindeki /box /wolf pluginini herkes bilir jailbreak icin elinde o plugin olan verebilirmi ?
Reply
#2
Ben bilmiyorum... Biraz açıklarsan yardımcı olabilirim.
Steam ID: STEAM_1:0:70428872
Steam Name: Seps!s
Skype: jdm.csplague

Takdir ediliyorsan değil, Taklit ediliyorsan başarmışsın demektir.
Albert Einstein
Reply
#3
/box yazınca bıçak yerine boks eldivenleri
/wolf yazınca wolverine eli geliyor işte onu anlatmak istedi Big Grin
"Türkiye'nin ilk ve tek Zombi Mod V2.0 Server!"

Facebook İletişim

__________________________________________________

Güncel IP:
95.173.173.180:27015
__________________________________________________
Reply
#4
Arkadaş anlatmiş hatta elimde videosu olsa gostericemde malasef yok

Samuray Bıçağı :
Boks Eldiveni :
Kürek :
Wolf :

Komutlari bunlar plugin elinde olan varsa hatta ben modelleri edinmeye bakayim size ulaştirayim.

EDIT:

Modeller Eklendi. Arkadaşlar Yapabilecek Varmi


Attached Files
.rar   modeller.rar (Size: 783.97 KB / Downloads: 57)
Reply
#5
PHP Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>
#include <fakemeta>

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "JDM"

new BoxT[] = "models/v_boxt.mdl";
new 
BoxCT[] = "models/v_boxct.mdl";
new 
Wolf[] = "models/Wolverine.mdl";
new 
Kurek[] = "models/kurek.mdl";
new 
Samuray[] = "models/v_samuray2.mdl";

new 
g_box[33], g_wolf[33], g_kurek[33], g_samuray[33]
public 
plugin_precache() {
    
precache_model(BoxT);
    
precache_model(BoxCT);
    
precache_model(Wolf);
    
precache_model(Kurek);
    
precache_model(Samuray);
}
public 
plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
register_clcmd("say /box","cmd_Box")
    
register_clcmd("say /wolf""cmd_Kurt")
    
register_clcmd("say /kurek""cmd_Kurek")
    
register_clcmd("say /samuray""cmd_Samuray")
    
    
register_event("DeathMsg""eDeath""a");
    
register_event("CurWeapon""eCurWeapon""be""1=1")
}
public 
cmd_Box(id) {
    if(!
is_user_alive(id))
        return;
        
    
g_box[id] = 1
    g_wolf
[id] = 0
    g_kurek
[id] = 0
    g_samuray
[id] = 0
}
public 
cmd_Kurt(id) {
    if(!
is_user_alive(id))
        return;
        
    
g_box[id] = 0
    g_wolf
[id] = 1
    g_kurek
[id] = 0
    g_samuray
[id] = 0
}
public 
cmd_Kurek(id) {
    if(!
is_user_alive(id))
        return;
        
    
g_box[id] = 0
    g_wolf
[id] = 0
    g_kurek
[id] = 1
    g_samuray
[id] = 0
}
public 
cmd_Samuray(id) {
    if(!
is_user_alive(id))
        return;
        
    
g_box[id] = 0
    g_wolf
[id] = 0
    g_kurek
[id] = 0
    g_samuray
[id] = 1
}
public 
eDeath() {
    new 
victim read_data(2)
    
    
g_box[victim] = 0
    g_wolf
[victim] = 0
    g_kurek
[victim] = 0
    g_samuray
[victim] = 0
}
public 
eCurWeapon(id) {
    new 
weaponID read_data(2)
    
    switch(
get_user_team(id)) {
        case 
1:{
            if(
weaponID == CSW_KNIFE) {
                if(
g_box[id]) {
                    
set_pev(idpev_viewmodel2BoxT);
                    
set_pev(idpev_weaponmodel2"");
                }
                if(
g_wolf[id]) {
                    
set_pev(idpev_viewmodel2Wolf)
                    
set_pev(idpev_weaponmodel2"");
                }
                if(
g_kurek[id]) {
                    
set_pev(idpev_viewmodel2Kurek)
                    
set_pev(idpev_weaponmodel2"");
                }
                if(
g_samuray[id]) {
                    
set_pev(idpev_viewmodel2Samuray)
                    
set_pev(idpev_weaponmodel2"");
                }
            }
        }
        case 
2:{
            if(
weaponID == CSW_KNIFE) {
                if(
g_box[id]) {
                    
set_pev(idpev_viewmodel2BoxCT);
                    
set_pev(idpev_weaponmodel2"");
                }
                if(
g_wolf[id]) {
                    
set_pev(idpev_viewmodel2Wolf)
                    
set_pev(idpev_weaponmodel2"");
                }
                if(
g_kurek[id]) {
                    
set_pev(idpev_viewmodel2Kurek)
                    
set_pev(idpev_weaponmodel2"");
                }
                if(
g_samuray[id]) {
                    
set_pev(idpev_viewmodel2Samuray)
                    
set_pev(idpev_weaponmodel2"");
                }
            }
        }
    }
    return 
PLUGIN_CONTINUE 



Attached Files
.zip   models.zip (Size: 885.78 KB / Downloads: 49)
Steam ID: STEAM_1:0:70428872
Steam Name: Seps!s
Skype: jdm.csplague

Takdir ediliyorsan değil, Taklit ediliyorsan başarmışsın demektir.
Albert Einstein
Reply
#6
Denicem Simdiden uğraştiğin için sağol kardeşim
Reply
#7
Çalıştı Çözülmüşlere Taşınabilir.
Reply


Foruma Atla:


Users browsing this thread: 1 Guest(s)