Raised This Month: $ Target: $400
 0% 

vip_model


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
TRUE RED
Senior Member
Join Date: Mar 2012
Location: Ukraine
Old 05-17-2013 , 20:02   vip_model
Reply With Quote #1

Can some fix it a little bit. I heard that it is not effective way. Someone wrote that if 16 more players playing then this plugin works not good!

Also when VIP changes team after picking the class then standard model appears and it's ok after respawn.

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/n7/n7.mdl")
        
precache_model("models/player/n7/n7.mdl")

        return 
PLUGIN_CONTINUE
}

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

        return 
PLUGIN_CONTINUE

TRUE RED is offline
Send a message via ICQ to TRUE RED Send a message via Skype™ to TRUE RED
 



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 16:22.


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