Raised This Month: $ Target: $400
 0% 

Admin Models (Updated v1.1.1)


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Xen0
Junior Member
Join Date: Feb 2007
Old 03-21-2007 , 16:17   Re: Admin Models (Updated v1.1.1)
Reply With Quote #1

hm.. cant download its only other ADS sites :S
__________________
Best Thread Of The Forum:
Click Here!

Xen0 is offline
Xen0
Junior Member
Join Date: Feb 2007
Old 03-21-2007 , 16:20   Re: Admin Models (Updated v1.1.1)
Reply With Quote #2

Opps Sorry
__________________
Best Thread Of The Forum:
Click Here!

Xen0 is offline
stohkt
New Member
Join Date: Mar 2007
Old 03-28-2007 , 19:11   Re: Admin Models (Updated v1.1.1)
Reply With Quote #3

Okay, followed all the instructions thus far in this topic, and still am not seeing the new models.

What I did was made my own custom models, saved them over the default models for this plugin, then changed them on the server, and the orginal custom one's still show up. Even deleted my models from my steamapps directory.. downloaded the new models, yet nothing has changed..

help plz ?
stohkt is offline
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 03-29-2007 , 04:13   Re: Admin Models (Updated v1.1.1)
Reply With Quote #4

Quote:
Originally Posted by stohkt View Post
Okay, followed all the instructions thus far in this topic, and still am not seeing the new models.

What I did was made my own custom models, saved them over the default models for this plugin, then changed them on the server, and the orginal custom one's still show up. Even deleted my models from my steamapps directory.. downloaded the new models, yet nothing has changed..

help plz ?
You have to change the name (folder/modelname). If their the same name as some other ones you may have used before, they wont ever re-write themselves. Just try switching names and see
__________________
bmann_420 is offline
The Disclaimer
BANNED
Join Date: Mar 2007
Location: Florida
Old 03-28-2007 , 20:52   Re: Admin Models (Updated v1.1.1)
Reply With Quote #5

Thanks, nice plugin!
The Disclaimer is offline
Seehank
Senior Member
Join Date: Nov 2005
Location: Slovakia
Old 03-29-2007 , 09:42   Re: Admin Models (Updated v1.1.1)
Reply With Quote #6

Pleas what flag does the Admin model 111 refer to? I mean I think the previous version was to "r" .. how is it now? or can I customize it?
__________________
Cheater ONCE, cheater FOREVER !!!
Seehank is offline
Demonic
Junior Member
Join Date: Mar 2007
Location: Finland
Old 03-29-2007 , 11:34  
Reply With Quote #7

Does this plugin work in cz? If it works in cz, then I've must done something wrong...
__________________
DEU31's forum
R.I.P. Stratovarius ( 2.4.2008 )

Demonic is offline
Send a message via MSN to Demonic
xMBx
Member
Join Date: Mar 2007
Old 04-11-2007 , 13:38   Re: Admin Models (Updated v1.1.1)
Reply With Quote #8

How i can put your models to my server? I got those default ones. I added those two folders and i put that plugin in a write place and i started the plugin but the server times out. How i can re-place the old ones with new admin ones?

//EDIT: Got it working! But is it possible to add any other models to this plugin?

Last edited by xMBx; 04-14-2007 at 03:57.
xMBx is offline
toben
Member
Join Date: Sep 2005
Old 05-01-2007 , 14:08   Re: Admin Models (Updated v1.1.1)
Reply With Quote #9

OK I didnt want to download models so the admin is now the VIP every time.

Is there a way to make admin a hostage model?

Thanks


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

public plugin_init() {
register_plugin("AMX Admin Model", "1.1.1.0.1", "whitemike and Jose")
register_event("ResetHUD", "resetModel", "b")
return PLUGIN_CONTINUE
}

public plugin_precache() {
precache_model("models/player/vip/vip.mdl")

return PLUGIN_CONTINUE
}

public resetModel(id, level, cid) {
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, "vip")
}
else if(userTeam == CS_TEAM_CT) {
cs_set_user_model(id, "vip")
}
else {
cs_reset_user_model(id)
}
}

return PLUGIN_CONTINUE
}

Last edited by toben; 05-01-2007 at 14:12.
toben is offline
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 03-29-2007 , 15:32   Re: Admin Models (Updated v1.1.1)
Reply With Quote #10

@ seehank
Yes its editable in the .sma before you compile it.

@ Demonic
Should work for cz ( same shit )
__________________
bmann_420 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 10:58.


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