Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Admin model plugini yaparmısınız acil
#1
merhaba
admin t ve ct modellerini attım bunu admin plugini olarak hazırlarmısınız sadece adminlere özel olarak

Dosya.tc - cretsiz, Hzl ve Kolay Dosya Paylam

tşk ler
Reply
#2
PHP Code:
precache_model("models/player/Manga_AdmT/Manga_AdmT.mdl")
    
precache_model("models/player/Manga_AdmCT/Manga_AdmCT.mdl"


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

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

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

#define ADMIN_YETKI ADMIN_KICK

public plugin_precache() {
    
precache_model("models/player/Manga_AdmT/Manga_AdmT.mdl")
    
precache_model("models/player/Manga_AdmCT/Manga_AdmCT.mdl")
}
public 
plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
register_event("ResetHUD""ResetModel""b")
}
public 
ResetModel(idlevelcid) {
    if(
get_user_flags(id) & ADMIN_YETKI) {
        if(
get_user_team(id) == 1) {
            
cs_set_user_model(id"Manga_AdmT")
        } else if(
get_user_team(id) == 2) {
            
cs_set_user_model(id"Manga_AdmCT")
        } else {
            
cs_reset_user_model(id)
        }
    }
    return 
PLUGIN_CONTINUE

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
Çözülmüş İsteklere Taşındı.
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


Possibly Related Threads…
Thread Author Replies Views Last Post
  Mapa Göre Cvar plugini melof 8 9,375 16-11-20, 02:00
Last Post: es_Dark_Es
  Time 15 Plugini fenerbahce07 24 12,125 23-09-18, 03:19
Last Post: qalatas06
  toplantı plugini bihterr 22 10,680 08-10-17, 14:21
Last Post: kronossbey
  Hosgeldin Plugini hpph1294 9 6,845 03-09-17, 18:08
Last Post: tahayasin
  Jailbreak Banka Plugini sefatokgoz 8 8,132 03-09-17, 18:06
Last Post: tahayasin
  [İSTEK]Jb Verme Plugini (/mg) NorDan 8 12,913 03-09-17, 18:06
Last Post: tahayasin
  250 Hp Plugini Sadece R Yetkisinde Olsun GurkanCounter 8 10,873 03-09-17, 18:04
Last Post: tahayasin
  [JB] CT Özel Hook Grab Rope Plugini Nobb 21 10,715 03-09-17, 18:03
Last Post: tahayasin
  Admin kıyafetleri FarkTR 11 7,594 03-09-17, 18:02
Last Post: tahayasin
  Admin Zombie Model plugini satknun1997 3 3,806 01-01-17, 12:47
Last Post: RuLeT

Foruma Atla:


Users browsing this thread: 1 Guest(s)