Konu

#1
Merhabalar.

Ben Zombie Escape göre admin şapka plugini istiyorum. Bu plugin zombie olan kişilerde gozukmesini istemiyorum.. Yapacak var mi acaba ?
#3
sadace sapka modeli yazip. Yetkiye göre verecegim menü istemiyorum ...
#4
Bunu yapacak zamanım yok. Zamanı olan arkadaş yardımcı olacaktır.
#5
Var mi yapabilen ?
#6
(21-11-2021, 19:44)PeterParker Adlı Kullanıcıdan Alıntı: Var mi yapabilen ?
Normal şapka pluginini kullanıp t için lan kısmı ct yapın.Forumda var necatinin yaptığı.
reCs:Go Rank Menu (%50)
#7
Biraz anlatma şansınız var mı?
#8
Deneyin;
.rar sapkamenu.rar (Dosya Boyutu: 465,31 KB | İndirme Sayısı: 2)
#9
Menu istemiyorum... Sadace model yazip direk vermesi lzim. Zombie escape göre yaparmisiniz ?
#10
Dener misin ?

PHP Kod:
#include <amxmodx>
#include <reapi>
#include <zombieplague>

new const g_szModel[] = "models/awesome.mdl";

new 
g_iEnt[MAX_PLAYERS+1],
    
g_iModelIndex;

public 
plugin_init()
{
    
register_plugin("Hat for Authorization""0.1""` BesTCore;");
    
    
RegisterHookChain(RG_CBasePlayer_Spawn"RG_CBasePlayer_Spawn_Post", .post true);
}
public 
zp_user_infected_post(idinfectornemesis)
{
    if( !infector || nemesis)
    {
        return;
    }
    
    RemoveTheHat
(id);
}
public 
RG_CBasePlayer_Spawn_Post(id)
{
    if(get_member(idm_bJustConnected))
    {
        return;
    }

    CreateModel(id);
}
public 
CreateHat(const id)
{
    
g_iEnt[id] = rg_create_entity("info_target");

    
CreateModel(id);
}
public 
CreateModel(id)
{
    set_entvar(g_iEnt[id], var_modelindexg_iModelIndex);
    set_entvar(g_iEnt[id], var_movetypeMOVETYPE_FOLLOW);
    set_entvar(g_iEnt[id], var_aimentid);
}
RemoveTheHat(const id)
{
    if(!
is_nullent(g_iEnt[id]))
    {
        
set_entvar(g_iEnt[id], var_flagsFL_KILLME);
        
g_iEnt[id] = 0;
    }
}
public 
client_putinserver(id)
{
    if(is_user_alive(id) || !zp_get_user_zombie(id)) {
        CreateHat(id);
    }
}
public 
client_disconnected(id)
{
    
RemoveTheHat(id);
}
public 
plugin_precache()
{
    for(new 
0sizeof(g_szModel); i++)
    {
        
g_iModelIndex precache_model(fmt("%s"g_szModel));
    }

Discord: Lynchk | Steam: Tıkla

Bir hesap oluşturun veya yorum yapmak için giriş yapın

Yorum yapmak için üye olmanız gerekiyor

ya da

Benzer Konular

4
Yorum
114
Okunma
05-09-2024, 16:15
2
Yorum
394
Okunma
25-08-2024, 15:07
2
Yorum
481
Okunma
19-08-2024, 23:04
4
Yorum
764
Okunma
14-08-2024, 02:49
1
Yorum
913
Okunma
03-08-2024, 22:25
Task
Kayıt Ol
Discord Adresimize Katılın