PDA

View Full Version : [Help] Plugins


yongjie222
11-28-2008, 12:51
My problems are solved thanks!
Hello, i am new here and encountered some problems, i have read up the FAQ but i don't seem to understand it therefore i may need more specific intructions onto solving my problem. I installed the Zombie plague mod 4.1 after that i went on to install plugins for it that is how i did it, i download the plugin i extracted the .sma file into the scripting folder and ran compile.exe after that i went to compiled folder and copied the .amxx file and pasted into the plugins folder. After that i went into my game created the map but when i pressed the menu "M" , 2. for extra items , i did not see the item there it was all defaults. Same thing happened to when i tried to add in zombie classes with different set of instructions on installing it. Can anybody tell me which step am i missing out or doing wrong? Sorry because i am new , i can't pick things up easily. Help would be appreciated thank you.

NestleMilo
11-28-2008, 13:03
What exactly are you trying to do?

Add an extra item?
Add a custom zombie class?
Change models?

What did you mean by you created a map.

Add an extra item

Lets take pushable objects as an example.

http://forums.alliedmods.net/showpost.php?p=698493&postcount=2125

Put the amxx into the plugins folder

Open up plugins-zplague.ini, add at the bottem

zp_shootable_objects.amxx

Add an extra zombie class

Lets take tight zombie as an example.

http://forums.alliedmods.net/showpost.php?p=680131&postcount=1522

Put zp_class_tight10c.amxx in plugins.ini

Open up plugins-zplague.ini, add at the bottem

zp_class_tight10c.amxx

yongjie222
11-28-2008, 13:08
I managed to solved it, yup i missed out the plugins-zplague.ini step, sorry for the trouble guys. Thanks NestleMilo!