Raised This Month: $ Target: $400
 0% 

[Help] VIP model BB


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
romi
Member
Join Date: Jul 2014
Location: Far Far AwaY From YoU!
Old 09-28-2015 , 08:25   [Help] VIP model BB
Reply With Quote #1

Hello ,, i found this plugin for admin model and i want to turn it for vip vip acc = H ,, i want that vip has a speciall model when its CT but when its TT it has the normal basebuilder zombie choosen ,, help pls :
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/player/pgeu_ct/pgeu_ct.mdl")
        
precache_model("models/player/pgeu_t/pgeu_t.mdl")

        return 
PLUGIN_CONTINUE
}

public 
resetModel(idlevelcid) {
        if (
get_user_flags(id) & ADMIN_LEVEL_A) {
                new 
CsTeams:userTeam cs_get_user_team(id)
                if (
userTeam == CS_TEAM_T) {
                        
cs_set_user_model(id"pgeu_t")
                }
                else if(
userTeam == CS_TEAM_CT) {
                        
cs_set_user_model(id"pgeu_ct")
                }
                else {
                        
cs_reset_user_model(id)
                }
        }

        return 
PLUGIN_CONTINUE

romi is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 22:18.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode