Page 1 of 1

Admin Models and Player Models

Posted: Sun Nov 21, 2021 11:44 pm
by greenie
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 sides
simply 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

get plugin
get source