Raised This Month: $ Target: $400
 0% 

AMX Monster (KRoT@L's monster spawner)


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Plugin Info:     Modification:   Counter-Strike        Category:   Admin Commands        Approver:   devicenull (200)
Bend3R
Veteran Member
Join Date: Oct 2004
Location: Sweden (Stockholm)
Old 07-05-2005 , 08:17   AMX Monster (KRoT@L's monster spawner)
Reply With Quote #1

Plugin: AMX Monster (This is for MonsterMod)
Author: KRoT@L (Edit to AMXX by ^Bend3R)
Version: 0.3

EDIT: BUGS
Bullets go thru the monsters if you use amx_monstermodel.

===================

Commands:
amx_monster <name, #userid, authid, @TERRORIST, @CT, * (all)> <monster> <number>

monster: name of the monster you want to spawn (must be precached in the monster_precache.cfg file)
number: number of monsters you want to spawn

amx_findmonsters - displays in the console all the monsters which are on the map
amx_removemonsters <monster> <number>

name: name of the monster you want to remove (zombie, islave, agrunt...)
number: number of monsters you want to remove (type 0 to remove all the monsters with this name)

amx_monstermodel <model>

Changes the models of all the monsters alive.
model: path of the model without "models/" (droide.mdl, cow.mdl, ...)
You have to precache the models in the plugin_precache function (at the bottom of this file).
Use Half-Life models else monsters will be stuck in the ground.

Examples:

amx_monster joe snark 10
amx_monster @CT zombie 3
amx_removemonsters zombie 5
amx_monstermodel droide.mdl (droide.mdl is here: models/droide.mdl)

(You must have ADMIN_SLAY flag to use these commands you can change the access in here)
Quote:
register_concmd("amx_monster","admin_monster" ,ADMIN_SLAY,"<name/id/authid/@CT/@TERRORIST/ * (all)> <monster> <number>")
register_concmd("amx_findmonsters","find_mons ters", ADMIN_SLAY, "displays all the monsters")
register_concmd("amx_removemonsters","remove_ monsters", ADMIN_SLAY, "amx_removemonsters <name> <number (0 for all)>")
register_concmd("amx_monstermodel","monstermo del", ADMIN_SLAY, "<model>")
Note: This plugin is only tested with AMX Mod X v1.0 and AMX Mod X v1.1
And Require: MonsterMod
Attached Files
File Type: sma Get Plugin or Get Source (amx_monster.sma - 13766 views - 7.3 KB)
Bend3R is offline
 



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 20:35.


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