CHANGELOG:rnChanges from AMXX Port by syphilis to DoD Port V1.1rn* Removed Boolean cs_running (dont need to detect if VIP or not)rn* Changed all CS specific code to DoD Specific codern* Removed gibs function on chicken death (gibs crash DoD servers more often then not for some reason)rn* Added death upon un/chickening someone as the model doesnt set or unset until respawnrn* Changed cvar pointers to new pcvar system (more efficient code)rnV1.2rn* Fixed User glowing even if cvar was set to offrn* Added green glow for allies and red glow for axisrn* Fix grenade velocity being zero after being unchickenedrnV1.3rn* Fixed things up for amxx 1.75 rn - Changed model settings that changed from beta dodx modulern* Removed some code that wasnt neededrn* Added saving config from the menurnv1.3.5rn* Fixed being invisible after first deathrnv1.4rn* Fixed players sinking into map when crouchedrn* Blocked fullupdate command to stop crashing of serversrn* Added freezetime back in so that if you get chickened during beginning of round you cant spawnrn* Removed chicken slash sounds...seemed out of place and didnt work correctlyrnrnTodo:rn* Allow players to be chickened at any time not just when alive (so when you chicken everyone/team they dont all have to be alive)rn* Fix chicken getting hit sound
rn
rn
Requirements:rn* Requires AMXX 1.75 or abovernrnInstallation:rn1) Compile the plugin and place it in your plugins folderrn2) Download the "extras" zip file, an extract that file to your dod folderrn3) Open the config file (chicken.cfg) and edit the settings you would likern4) Add an entry for amx_chicken.amxx to plugins.ini
rn
rn
Usage:rnconsole commands:rn* amx_chicken <@|1|2|Player> (turns everyone, team, or a single player into a chicken)rn* amx_unchicken <@|1|2|Player> (turns everyone, team, or a single player back into a human)rn* amx_chicken_menu (displays a menu for admins, can change config although not save at the moment, and un/chicken people/teams/everyone)rnsay commands:rn* /chickenme (this only works if you have chicken self ability enabled)rn* /unchickenme (this only works if you have chicken self ability enabled)rn* /chickenmenu (same as using amx_chicken_menu)rnserver commandsrn* c_chicken (works the same as amx_chicken, but other plugins can call it)rn* c_unchicken (works the same as amx_unchicken)

