View Single Post
Plugin Info:     Modification:          Category:          Approver:   Hawk552 (427)
mogel
Senior Member
Join Date: Jan 2007
Old 04-17-2007 , 14:59   Admin Models and Player Models
Reply With Quote #1

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
Code:
; 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)
Code:
; 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
Code:
<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
Attached Files
File Type: ini aam.ini (686 Bytes, 11917 views)
File Type: ini aam_kreedz.ini (575 Bytes, 9415 views)
File Type: sma Get Plugin or Get Source (aam.sma - 19750 views - 4.7 KB)
__________________

Last edited by mogel; 04-23-2007 at 08:20. Reason: Install-Infos added
mogel is offline