AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Zombie Plague Mod (https://forums.alliedmods.net/forumdisplay.php?f=126)
-   -   Subplugin Submission [ZP] Zombie Class: Quark [Update: v1.2] (https://forums.alliedmods.net/showthread.php?t=149147)

dias 02-02-2011 22:28

[ZP] Zombie Class: Quark [Update: v1.2]
 
2 Attachment(s)
Quark Zombie

Author: Dias
Version: 1.2
Description: Can Put the trap. And Trap the Human.
- Human sticky trap can't move, can't jump. But can fire of shoot :twisted:

Usage:
- Press (G) to Put a Trap

Cvars:
- qz_cooldown | Cooldown after use skill | Default: 45
- qz_trap_time | Time to remove trap after trap | Default: 25
- qz_trap_hp | Trap's HP | Default: 2500

How to install:
- Compile the sma. and add the name to list plugin
- Put the file "zombie_trap.mdl" to "zombie_plague" folder in "models" directory

=> I don't have model. Find the player model and claws model by yourself

Screenshot:
[IMG]http://img525.**************/img525/9660/123pu.png[/IMG]

Fixed:
- Trap didn't remove when the round end.
- Fix Drop Button

Have Fun!!! And...

If you found a bug. Reply here

louistds 02-03-2011 02:18

Re: [ZP] Zombie Class: Quark (Can Put the Trap)
 
When no one step into the traps. In the next round, the traps is still there.

teobrvt1995 02-03-2011 03:15

Re: [ZP] Zombie Class: Quark (Can Put the Trap)
 
like big Zombie in CSO?

dias 02-03-2011 03:49

Re: [ZP] Zombie Class: Quark (Can Put the Trap)
 
@louistds:
- It will automatically remove trap when the round end

@teobrvt1995:
- Yes

DonKisgot 02-03-2011 05:21

Re: [ZP] Zombie Class: Quark (Can Put the Trap)
 
CooL :) I gonna Try this new class

and feed back :)

I like your zm classes keep making :)

qpalzm12343 02-03-2011 07:07

Re: [ZP] Zombie Class: Quark (Can Put the Trap)
 
This is a heavy zombi in CSO...

almazzz 02-03-2011 07:59

Re: [ZP] Zombie Class: Quark (Can Put the Trap)
 
This class-doom Zombie

dias 02-03-2011 08:18

Re: [ZP] Zombie Class: Quark (Can Put the Trap)
 
@almazzz:
- I made this class 100%. I don't steal code from doom Zombie :|

@ALL:
- Fixed

yokomo 02-03-2011 08:43

Re: [ZP] Zombie Class: Quark (Can Put the Trap)
 
On line 175, whats a different between:
your code:
PHP Code:

if(is_user_alive(id) && player_trapped[id] == true

suggestion:
PHP Code:

if(is_user_alive(id) && player_trapped[id]) 


dias 02-03-2011 09:51

Re: [ZP] Zombie Class: Quark (Can Put the Trap)
 
Oh thank.
Can i ask you something ?.
=============================
PHP Code:

if(is_user_alive(id) && player_trapped[id]) // player_trapped = true ???? 

--------------------------
And
PHP Code:

if(is_user_alive(id) || player_trapped[id]) // player_trapped = false ??? 



All times are GMT -4. The time now is 22:38.

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