PDA

View Full Version : Admin Models and Player Models


mogel
04-17-2007, 14:59
Hi,

with this plugin you can
configure the models with an INI-file
add own models for your server
add models for the bots
automatically choose the models for the sidessimply type the command in the chat to change the model

4 commands are hardcoded, but the models are configurable
/admin for the admin model (kick-rights needed)
/adminine or /admingirl for a female admin model
/special for a bot model (bots use this automatically)
/default to reset to CS models
; admin
admin admin_ct_v2 admin_te_v2

; female admin ... also /admingirl
adminine adminine_ct adminine_te

; command used by the bots and for players
special smith terminator
models for girls are defined in the demofile
/girl for a female model (not admin)
; female model
girl girl_ct girl_te
to configure the models simply add a line to the INI-file ... the first parameter is the say-command ("/" will be added) ... then the CT and T models follow

<say-command> <ct-model> <te-model>
to use the plugin for kreedz-server simply add the same model to ct and t side (view aam_kreedz.ini)

download the plugin from http://www.x8bit.de/aam.zip (12MB incl. models) ... all models are downloaded from http://www.4players.de/cs.php/index/-/index.html

Installation
copy the models to <gamedir>/models
copy the aam.ini to <gamedir>/addons/amxmodx/configs
copy the aam.amxx to <gamedir>/addons/amxmodx/plugins
add the line aam.amxx to your plugins.ini

vvg125
04-17-2007, 15:22
Wow, I've always needed a plugin that doesn't automatically give whoever is on the list an admin model. Nice.

gstan
04-17-2007, 16:29
very nice looking, i'll try it out right now.

inc0gnito
04-17-2007, 19:39
admin and player models is are already done, or no?

mogel
04-18-2007, 00:23
Hi,

admin and player models is are already done, or no?

visit my server

hand, mogel

inc0gnito
04-19-2007, 20:54
http://forums.alliedmods.net/showthread.php?t=21086

http://forums.alliedmods.net/showthread.php?t=8631 (http://forums.alliedmods.net/showthread.php?t=8631&highlight=model+changing)

http://forums.alliedmods.net/showthread.php?t=13269 <-- this still working great

http://forums.alliedmods.net/showthread.php?t=8144


Hi

need more?

http://forums.alliedmods.net/showthread.php?t=11391

http://forums.alliedmods.net/showthread.php?t=11391&page=40

hand, mogel :mrgreen:

Da_sk8rboy
04-19-2007, 22:01
http://forums.alliedmods.net/showthread.php?t=21086

http://forums.alliedmods.net/showthread.php?t=8631 (http://forums.alliedmods.net/showthread.php?t=8631&highlight=model+changing)

http://forums.alliedmods.net/showthread.php?t=13269 <-- this still working great

http://forums.alliedmods.net/showthread.php?t=8144


Hi

need more?

http://forums.alliedmods.net/showthread.php?t=11391

http://forums.alliedmods.net/showthread.php?t=11391&page=40

hand, mogel :mrgreen:

God your an idiot.

vvg125
04-19-2007, 23:29
inc0gnito, what you did was literally post every link that has the word 'model' in it. Please think about what you post.

mogel
04-20-2007, 00:42
Hi,

http://forums.alliedmods.net/showthread.php?t=21086

unusable for public players ... they can't choose and use a model

http://forums.alliedmods.net/showthread.php?t=8631 (http://forums.alliedmods.net/showthread.php?t=8631&highlight=model+changing)will not save the choosed model on disconnect ... no difference between custom CT and T model

http://forums.alliedmods.net/showthread.php?t=13269 <-- this still working great yes ... but hardcoded models ... not configurable for the most admins

http://forums.alliedmods.net/showthread.php?t=8144LOL ... this only imports a model to show in CS ... that's not a player model

Hi

need more? no ... my plugin works great


http://forums.alliedmods.net/showthread.php?t=11391

http://forums.alliedmods.net/showthread.php?t=11391&page=40
the same with the halo-models ... hardcoded

hand, mogel :mrgreen:you have mps?

hand, mogel

Elite_Fallen_Angel
04-23-2007, 21:37
It's all in German. I pasted over it with the English comments but regardless it still doesn't work for me.

I have the following command set in the .ini file.

; admin
admin hostage01

The model name is called hostage01.mdl. Is there something I am doing wrong to set it up?

mogel
04-24-2007, 04:50
Hi,


; admin
admin hostage01this defined only a ct-model for the admin-command ... but you need a ct-model AND te-model


admin hostage01 hostage01the other problem ... i think you can't use hostage-models for players ... the player-models are located in models/player/modelname/modelname.mdl ... you can try to copy the hostage-model from models/hostage01.mdl to models/player/hostage01/hostage01.mdl

hand, mogel

KoldFusion
05-08-2007, 02:04
Mogel. Your the man!!

I just wish there was english comments. Gunna look into lang conversion for the rest of us.

platzpatrone
07-04-2007, 04:18
Hello,

the Idea is great and i search for a plugin where can do these things.

I have downloaded all the files, copied to my server, configured all things
and then i change map for activating my changes.

Then i open my Console and type: amx_plugins to look that plugin is working, but an error is coming:


unknown unknown unknown aam.amxx bad load


I have to do compile it with right version of my AMXmodX 1.76d
But nothing works.

What does the error can be ? hope that u can help me.

Greetz
Platzpatrone

schlumpf2005
07-04-2007, 04:37
Hi mogel ein paar Screens wären nicht schlecht ;)

_____________

Hi, mogel, a couple of pictures would not be bad.

platzpatrone
07-11-2007, 23:23
Hi,

my Problem was the nvault..........so he did not loaded but was in modules.ini activated.

I have copied the newest nvault..................so on my server and now your plugin runs perfect :) +karma for u

Greetz
Platzpatrone

Special
07-12-2007, 19:21
Great plugin! I'm running it on my server. Installation went fine (make sure to use sv_downloadurl after installing.)

Quick question: What is the easiest way to use only the admin and bot models? So don't let public players use /special or /girl.

Delete the models
Comment the .ini
Adjust the .sma

Thanks for your help.

I hope youre gonna rewrite it in English sometime.

mogel
07-16-2007, 01:05
Quick question: What is the easiest way to use only the admin and bot models? So don't let public players use /special or /girl.

Delete the models
Comment the .ini
Adjust the .sma



fast answer ... simple comment the public-lines in the ini-file

hand, mogel

neoanetsamun
08-07-2007, 17:59
install everything and you work plugin well but I do not see skins new (girl) my game is condition zero, can be that he is that

mogel
08-08-2007, 14:17
install everything and you work plugin well but I do not see skins new (girl) my game is condition zero, can be that he is that

please post your ini-file

hand, mogel

neoanetsamun
08-08-2007, 16:10
the files .ini are these estan loaded these is the amm.ini and aam_kreedz in the folder configs ??

mogel
08-15-2007, 12:37
Hi,

hmm ... what say the log-files?

hand, mogel

WickedQQ
08-22-2007, 10:50
well i was in moc.gaming server and they have some really kool lookin admin skins the ct is a swat team looking guy that has his hat on backwards and the t admin looks like Jason from Friday the 13th can anyone put on here how to install that and configure i have the files i dl'd from there server the admin skins even have there clan name on them it says Moc Admin

Battousai-sama
08-23-2007, 00:30
http://forums.alliedmods.net/showthread.php?t=21086

http://forums.alliedmods.net/showthread.php?t=8631 (http://forums.alliedmods.net/showthread.php?t=8631&highlight=model+changing)

http://forums.alliedmods.net/showthread.php?t=13269 <-- this still working great

http://forums.alliedmods.net/showthread.php?t=8144


Hi

need more?

http://forums.alliedmods.net/showthread.php?t=11391

http://forums.alliedmods.net/showthread.php?t=11391&page=40

loooooooooooool this kid made me laugh alot that he did!.
1st of these plugisn are auto exec on players or admins.
mogel's is way better and u need type the command to get the model its way better than auto.


+ why did u use hand mogel in ur post. ? i dint get it.


@mogel.
Superb, This plugin is fabulous.
Im getting it as soon as i get my fast DL to work.:up::up:

Reaper2331
08-24-2007, 22:47
WickedQQ (http://forums.alliedmods.net/member.php?u=30211)u shouldnt of went to the moc.gaming website and got them thinking u was Smokin Bull from Team.[x]R and they dont want their models taken so please respect them.......ive been friends with moc.gaming, mok.gaming and i was evem in the Team.[x]R clan

WuChEn
08-29-2007, 05:58
Can anyone code so

admins automatical becomes admins skins.
and female admins automatical becomes admin female skins.

eg by SteamID

!?!?!?!

Greatz WuChEn

Reaper2331
08-31-2007, 16:46
Can anyone code so

admins automatical becomes admins skins.
and female admins automatical becomes admin female skins.

eg by SteamID

!?!?!?!

Greatz WuChEn


http://forums.alliedmods.net/showthread.php?p=181280

newatthis
10-18-2007, 19:35
Okay i did everything. But in game i type /admin in the chat. And Nothing Comes....did i do something wrong? please help me.

newatthis
10-18-2007, 20:22
I really need help guys..Like i said..i did everything..and in game i type /admin in chat and nothing comes up or nothing happens..did i do anything wrong? plz help me!

Jheshka
10-18-2007, 22:29
Wow.

Good plugin.

newatthis
10-19-2007, 15:44
Hello??? guys i need help!! plz lol..i did everything he said (i think i did) and i went in game and typed /admin for a model and nothing happend..it said in console that it could not load the file or what ever.

HELP PLEASEE!!!

mogel
10-21-2007, 11:29
Hi,

Hello??? guys i need help!! plz lol..i did everything he said (i think i did) and i went in game and typed /admin for a model and nothing happend..it said in console that it could not load the file or what ever.


the plugin write some messages to the logfile ... please post this messages from the AMXX logs-directory and the amxx-version

hand, mogel

xmspec
10-27-2007, 02:50
hi
there are some issues:

team change forced by autobalance will not lead to customed model change to match new team (serious bug)
storing last state in vault will not work propertly on LAN
any hardcoded states cannot be stored in vault

steve_01
12-20-2007, 11:26
hi
there are some issues:

team change forced by autobalance will not lead to customed model change to match new team (serious bug)
storing last state in vault will not work propertly on LAN
any hardcoded states cannot be stored in vault

Why dont the author reply to this important issue.

We suffer from the autobalance bug , someone else good with coding that can help out how to solve that problem??

/ Steve

xmspec
01-07-2008, 08:25
hi.
the core of problem is that logevent "joined team" caused by autobalance has 4 arguments instead of 3 in usual case (extra argument "auto" is added). so let's simply establish the tracking of two different logevents:

register_logevent("Event_JoinTeam3", 3, "1=joined team")
register_logevent("Event_JoinTeam4", 4, "1=joined team")with appropriate later processing...
i have found this solution before my first posting, but have kept silence awaiting for author's reaction...

panda82
01-08-2008, 14:23
hi.
the core of problem is that logevent "joined team" caused by autobalance has 4 arguments instead of 3 in usual case (extra argument "auto" is added). so let's simply establish the tracking of two different logevents:

register_logevent("Event_JoinTeam3", 3, "1=joined team")
register_logevent("Event_JoinTeam4", 4, "1=joined team")with appropriate later processing...
i have found this solution before my first posting, but have kept silence awaiting for author's reaction...

1.where do i put those lines?

2.how to make this plugin asign automaticaly models to T and CT players?

Particlman
02-16-2008, 03:38
I thought about doing this myself but i am new to coding and would like to have this sooner so if anyone(whether it is the original maker of this or not) could make a plugin that lets you specify a flag for a command that would be helpful and would extend how flexible this is.

What i mean is in the ini right now you have these options

COMMAND CTMODEL TMODEL

what i want is

COMMAND CTMODEL TMODEL FLAG


For example, my clan's admins will obviously have the kick flag so no problem. It would be nice if we could give our non-admin-members m flag for example then set the commands in the ini to

admin clanctadmin clanteadmin c

member clanctmember clantemember m

special smith terminator u (so that anyone can use it)


Any ideas? Could this work/would it be that hard to make. If it wouldn't be that hard then if someone could take care of it i would be very thankful.

DaPalestinianPro
02-18-2008, 00:36
ok so i added teh files and everything but i dont get were to add the codes and everythinn and were do i add this exactly..

<say-command> <ct-model> <te-model>

Particlman
02-18-2008, 22:51
ok so i added teh files and everything but i dont get were to add the codes and everythinn and were do i add this exactly..

<say-command> <ct-model> <te-model>

in the aam.ini

which exists at <gamedir>/addons/amxmodx/configs/aam.ini

if it isnt there then create it or dl it from the 1st page of this post

Proz
02-24-2008, 21:05
I got this error when im trying to join the server , see the image.

mogel
02-25-2008, 01:52
Moin,

delete this model on your harddrive (directory $STEAM/models/player/admin_ct)

hand, mogel

Proz
02-25-2008, 18:40
:/ Still same problem , also removed my hole player dir same problem.

mogel
02-26-2008, 01:29
Moin,

rename this model on the server to admin_ct_$CLAN or other and change it in the aam.ini

hand, mogel

Leander
03-10-2008, 15:58
is there any way to add extra amdin-only models (with kick rights needed)?

whosyourdaddy
05-08-2008, 22:48
ok i love this plugin i just need to know if some1 can edit this plugin for me. i only want my clan to be able to use models so instead of /admin can u make it /boy and instead of /adminine can you make it /girl and change the flags for the admin thing to be the user one with no commands. this is what im using in my users.ini
"[clan tag]" "" "z" "be"

i want it so only people with the clan tag can use /boy or /girl

evilRedStar
05-09-2008, 07:35
hi

if I choose to play as a girl (with a girl model visible to anyone - teammates, enemies, specs) are the sounds also turned into female voice counterparts?? (like for player pain/death, for radio ...) instead of staying strictly male

whosyourdaddy
05-09-2008, 17:35
i dont think so

Shaw11
05-10-2008, 10:51
hey is there anyway to install this without the nVault module, my server will not run the nVault module

deejay87
05-10-2008, 19:40
can you add a menu (if you don't remember the name of the skins)
Like : /models_menu in say
In the menu you can choose the skins or reset, can be simple :)

And is it possible to have skins or not for specific steam_id (or flag), in menu you have the skins you can choose
Like : girl girl_te girl_te steam_id:0:0xxxx

It can change what this plugin do ^^, but this can add much configuration.

Battousai-sama
05-10-2008, 21:19
can you add a menu (if you don't remember the name of the skins)
Like : /models_menu in say
In the menu you can choose the skins or reset, can be simple :)

And is it possible to have skins or not for specific steam_id (or flag), in menu you have the skins you can choose
Like : girl girl_te girl_te steam_id:0:0xxxx

It can change what this plugin do ^^, but this can add much configuration.
Use this. for specific steam id our same for everyone.

http://forums.alliedmods.net/showthread.php?t=21086&highlight=player+models+common

buzzsaw
05-14-2008, 11:39
Mogel,

This is a great plugin!!! I do have one problem tho, when a player in game switches from T to CT they keep the same skin. I think I have most everything working otherwise..


Thanks again for the great plugin!!!!!

Buzzsaw
Newbieworld Game Servers
www.newbieworld.org

arkan212
05-15-2008, 14:09
Is there a plugin that assigns only Models you want assigned.

I got 2 admin models = 1 Ct and 1 T. Im trying to assign the models to admins only, automatically.
This is for Condition Zero server.
Thanks.

Streamy
06-19-2008, 05:16
Can someone recode this such that...

1. STEAM IDS may be used to give a custom model to a specific user.
2. FLAGS may be used to give custom model to admins with that flag.
(Currently only 2 of the pre-sets are admin only.. This will enable us to add multiple admin-only models and set the required flag for each model.)
3. Say command may be typed in chat, team chat or console.

Thanks.

P.s. I would recode it myself but its all in german ><.

jiunnwoei2629
06-28-2008, 00:34
Is there a way to create a specific ID used clothing ?

Battousai-sama
06-29-2008, 19:52
@ Streamy
@ jiunnwoei2629

http://forums.alliedmods.net/showthread.php?t=21086&highlight=player+model+common

Demoz123
07-12-2008, 21:23
OMG!!!! THIS WON'T WORK!!!!!!!!!!!!!!!!!!!!

Demoz123
07-12-2008, 21:24
But Sounds cool I hope I can get it to work if i can THANK YOU

Demoz123
07-14-2008, 14:30
This Wont Seem To Work Whats Wrong?

kobri
09-22-2008, 08:25
Great plugin, but we keep getting many svc_bad errors and all players get dropped as with all models plugins...

Can the author or someone else please recode it having in concern this tutorial: http://forums.alliedmods.net/showthread.php?t=69386

Seehank
09-27-2008, 03:45
Guys this is cool thing, I ll use it for admins, but I am looking for a plugin that can change the whole models set. I want to make a server with explodingheads models and I want all the people to be forced to use my models (which I ll upload on the server) I dont want them to replace their models with mine I only want them to be forced to use my models, when connected to my server ... please let me know ...

scorpionking
10-31-2008, 23:55
I have downloaded all the files, copied to my server, configured all things

i open my Console and type: amx_plugins to look that plugin is working or not, but an error is coming:


unknown unknown unknown aam.amxx bad load

Battousai-sama
11-05-2008, 17:00
or forgot to add the plugin ti plugins folder?

Mikey!!
12-02-2008, 16:51
Hey guys... this is for all mods right??

well i haev a cz and dod server.. this works for my cz but not dod...

i installed them both the same and am sure i did everything right... stills ays unknown and error though... anyone know whats wrong? can it work for dod?

WAW555
12-26-2008, 13:15
Appears(Arises) the problem with(since) плагином here is that all writes


Error: server failed to transmit file 'AY&SYb#Y'
Last 32 messages parsed.
305465 0082 svc_sound
305468 0018 svc_time
305468 0023 svc_clientdata
305468 0052 svc_deltapacketentities
305471 0008 svc_time
305471 0013 svc_clientdata
305471 0042 svc_deltapacketentities
305474 0008 svc_time
305474 0013 svc_clientdata
305474 0042 svc_deltapacketentities
305477 0018 svc_time
305477 0023 svc_clientdata
305477 0052 svc_deltapacketentities
305483 0018 svc_time
305483 0023 svc_clientdata
305483 0058 svc_deltapacketentities
305486 0008 svc_time
305486 0013 svc_clientdata
305486 0048 svc_deltapacketentities
305490 0018 svc_time
305490 0023 svc_clientdata
305490 0050 svc_deltapacketentities
305490 0000 Radar
305490 0008 ScoreAttrib
305490 0011 ScoreAttrib
305490 0014 ScoreAttrib
305490 0017 svc_stufftext
305490 0049 TextMsg
305490 0109 CurWeapon
305490 0113 CurWeapon
305490 0117 svc_filetxferfailed
BAD: 128:svc_bad
Host_Error: CL_ParseServerMessage:



Help please

WAW555
12-26-2008, 14:47
Appears(Arises) the problem with(since) PLAGINS here is that all writes


Error: server failed to transmit file 'AY&SYb#Y'
Last 32 messages parsed.
305465 0082 svc_sound
305468 0018 svc_time
305468 0023 svc_clientdata
305468 0052 svc_deltapacketentities
305471 0008 svc_time
305471 0013 svc_clientdata
305471 0042 svc_deltapacketentities
305474 0008 svc_time
305474 0013 svc_clientdata
305474 0042 svc_deltapacketentities
305477 0018 svc_time
305477 0023 svc_clientdata
305477 0052 svc_deltapacketentities
305483 0018 svc_time
305483 0023 svc_clientdata
305483 0058 svc_deltapacketentities
305486 0008 svc_time
305486 0013 svc_clientdata
305486 0048 svc_deltapacketentities
305490 0018 svc_time
305490 0023 svc_clientdata
305490 0050 svc_deltapacketentities
305490 0000 Radar
305490 0008 ScoreAttrib
305490 0011 ScoreAttrib
305490 0014 ScoreAttrib
305490 0017 svc_stufftext
305490 0049 TextMsg
305490 0109 CurWeapon
305490 0113 CurWeapon
305490 0117 svc_filetxferfailed
BAD: 128:svc_bad
Host_Error: CL_ParseServerMessage:



Help please

Brandsborg
02-18-2009, 15:34
is it posibel to do so i can chose more than 1 model... like have 2-3 model for my self.. ??

niFe
04-09-2009, 17:37
nice!!! im gonna try this

ryan11444
09-17-2009, 12:56
Is it possible to set a skin to a certain player like a permanent admin skin? Like set the skin by thier steam id?

P0tat0
11-16-2009, 03:48
Um hi mogel. Er...ur two links to dl the 4 default models dont work. The first doen't work and the second is all in a weird language that i cant read. could u like gimme a direct link to the dl? thanx

P0tat0
11-16-2009, 04:38
mogel can u like gimme a link directly to dl the 4 default models cos the 1st one doesnt work and th second i cant read :D

P0tat0
11-16-2009, 04:43
MoGel can gimme a direct link to dl the 4 default models cos the two links to dl them cant work.

perunapirjo
02-07-2010, 10:36
so this sets a skin to all admins?

justincase
03-28-2010, 02:09
so we just put the name of the mdl in the config ?

Edit: this link is dead http://www.x8bit.de/aam.zip (http://www.x8bit.de/aam.zip)

connaito
12-30-2010, 02:46
hi @mogel, good work!
but with the command: "special smith terminator", the bot' CS just load 2 models smith & terminator. So, how to add more models?
(My aam.ini: special smith terminator

smith smith smith
terminator terminator terminator
alien alien alien
predator predator predator)

Crazygamer34894
03-02-2018, 07:21
God your an idiot.

You're*