Raised This Month: $ Target: $400
 0% 

Admin Models (Updated v1.1.1)


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
dudeno
Member
Join Date: May 2007
Old 08-30-2009 , 22:46   Re: Admin Models (Updated v1.1.1)
Reply With Quote #1

I was wondering how would I go about making it so that there is one admin model for the same team? Like I have this scream model I want to have for ADMINs only. I dont know if I can make the players download one model or not
dudeno is offline
crazyeffect
Veteran Member
Join Date: Jul 2008
Location: Belgium
Old 09-06-2009 , 10:30   Re: Admin Models (Updated v1.1.1)
Reply With Quote #2

game mod?
__________________
crazyeffect is offline
Send a message via MSN to crazyeffect
OSM
Junior Member
Join Date: Sep 2009
Old 09-07-2009 , 06:54   Re: Admin Models (Updated v1.1.1)
Reply With Quote #3

no, the game work fine, but there is no speciel model for the admins.

(i connect to my server, i chose the team, then the model, then i play, in the second round, my player's model shoold change to the admin model, but it don't, it still the same normal model).

help !!
OSM is offline
Cargo
Junior Member
Join Date: Oct 2009
Location: United States, New York
Old 10-18-2009 , 16:01   Re: Admin Models (Updated v1.1.1)
Reply With Quote #4

Hello, I have a CS 1.6. server and i put all the things also adminmodels.amxx i put adminmodels.sma too but i think that is the problem i put all the things but it dosent work i check the models list but no luck can someone help me?
__________________
Cargo is offline
Send a message via AIM to Cargo
Old 10-18-2009, 16:10
Cargo
This message has been deleted by Cargo.
almostdone
Junior Member
Join Date: Oct 2009
Old 10-19-2009 , 13:23   Re: Admin Models (Updated v1.1.1)
Reply With Quote #6

I like this one alot...but these skins are really easy to hit in the head with the ak...maybe its just me but i feel a definate advantage using the ak against the models i often have to turn it off cause i feel like im hacking my buds can anyone confirm that the headshot box on these is enlarged?

Last edited by almostdone; 11-04-2009 at 16:39. Reason: anyone know why?
almostdone is offline
usaexelent
Senior Member
Join Date: Nov 2009
Location: Lithuania
Old 11-19-2009 , 16:01   Re: Admin Models (Updated v1.1.1)
Reply With Quote #7

it doesnt work for me i put admin_t and admin_ct to player folder and it shows me that plugin work but i look normal
usaexelent is offline
Send a message via Skype™ to usaexelent
DruGzOG
Veteran Member
Join Date: Nov 2007
Location: Unknown
Old 11-26-2009 , 16:13   Re: Admin Models (Updated v1.1.1)
Reply With Quote #8

PHP Code:
#include <amxmodx>
#include <amxmisc>
#include <fakemeta>
#include <cstrike>

new g_precache_models[][] = { "models/player/example/exampleT.mdl""models/player/example2/example2T.mdl" }

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/admin_ct/admin_ct.mdl")
        
precache_model("models/player/admin_te/admin_te.mdl")
    for (new 
0sizeof g_precache_modelsi++)
        
engfunc(EngFunc_PrecacheModelg_precache_models[i])    

        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"admin_te")
                }
                else if(
userTeam == CS_TEAM_CT) {
                        
cs_set_user_model(id"admin_ct")
                }
                else {
                        
cs_reset_user_model(id)
                }
        }

        return 
PLUGIN_CONTINUE

__________________
DruGzOG is offline
Send a message via AIM to DruGzOG
Pilat100
Member
Join Date: Sep 2009
Old 12-01-2009 , 21:34   Re: Admin Models (Updated v1.1.1)
Reply With Quote #9

DruGzOG Thank you my English is not very good because I'm from Brazil

I'll test on my server after i comment on whether it worked thank you for helping min
Pilat100 is offline
Peretz
Junior Member
Join Date: May 2008
Old 12-08-2009 , 11:07   Re: Admin Models (Updated v1.1.1)
Reply With Quote #10

thanks

great job
Peretz is offline
Reply



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 18:23.


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