Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Harfe Göre Model Plugin
#1
PHP Code:
#include <amxmodx>#include <amxmisc>#include <cstrike>
public plugin_init() {        register_plugin("AMX Admin Model""1.1.1""whitemike")        register_event("ResetHUD""resetModel""b")        return PLUGIN_CONTINUE}
public 
plugin_precache() {        precache_model("models/xxgaming/VipModel/modelv.mdl")        precache_model("models/xxgaming/VipModel/modelv.mdl")
        return 
PLUGIN_CONTINUE}
public 
resetModel(idlevelcid) {        if (get_user_flags(id) & ADMIN_MAP) {                new CsTeams:userTeam cs_get_user_team(id)                if (userTeam == CS_TEAM_T) {                        cs_set_user_model(id"modelv")                }                else if(userTeam == CS_TEAM_CT) {                        cs_set_user_model(id"modelv")                }                else {                        cs_reset_user_model(id)                }        }
        return 
PLUGIN_CONTINUE

Bunu serverime ekliyorum f harfine bağlı bir model plugini fakat oyunda model default teror oluyor ct geçincede default teror oluyor kurduğum model olmuyor model yolunu birebir attım
Reply
#2
Güncel++
Reply
#3
fffff
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Vıp Plugın nihat331333 17 9,459 27-05-20, 08:57
Last Post: duzceli
  Takim Skor Plugin chirkinqral 5 10,128 02-02-18, 21:06
Last Post: fenakoyar
  Jail Plugin (İSTEK) mehmet154 6 6,823 09-12-17, 04:31
Last Post: exelds78
  Yetkiye göre model ayberk35 28 8,211 09-12-17, 04:19
Last Post: exelds78
  Basit plugin isteği MaMiBey 4 3,216 09-12-17, 04:11
Last Post: exelds78
  Nicke Özel Plugin 2 afaik61 3 5,716 09-12-17, 04:10
Last Post: exelds78
  Map'a Göre Silah Yasaklama Plugini Bytechnic 3 10,636 09-12-17, 04:05
Last Post: exelds78
  T shop plugın [içeri] oguzhan22 3 4,141 07-06-17, 14:50
Last Post: farakk
  Base builder plugin sorunu acil Copyz 2 8,958 09-01-17, 21:09
Last Post: crunch98
  ColorChat Hatası 3 Tane Plugin MAJESTIC GAMING 13 4,605 17-07-16, 17:37
Last Post: BYHAZARD7

Foruma Atla:


Users browsing this thread: 1 Guest(s)