Raised This Month: $51 Target: $400
 12% 

Subplugin Submission *NEW* ZP Special Respawn


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
claudiuhks
Yam Inside®™℠
Join Date: Jan 2010
Location: Living Randomly
Old 02-17-2011 , 09:12   *NEW* ZP Special Respawn
Reply With Quote #1

A new zombie plague respawn (after join) plugin.
Has many cvars, many configurations.

Look config file:

Code:
// "" = PLUGIN OFF
// "a..." = RESPAWN IN SWARM
// "...b..." = RESPAWN IN PLAGUE
// "...c..." = RESPAWN IN SURVIVOR
// "...d..." = RESPAWN IN NEMESIS
// "...e..." = RESPAWN IN SNIPER
// "...f..." = RESPAWN IN ASSASSIN
// "...g" = RESPAWN IN LNJ (APOCALYPSE)
//
zp_special_respawn "abcdefg"



// SWARM ROUND RESPAWN
// "h" = HUMAN
// "z" = ZOMBIE
//
zp_special_swarm_sp "h"



// PLAGUE ROUND RESPAWN
// "h" = HUMAN
// "z" = ZOMBIE
//
zp_special_plague_sp "h"



// LNJ (APOCALYPSE) ROUND RESPAWN
// "s" = SURVIVOR
// "n" = NEMESIS
//
zp_special_lnj_sp "s"



// NORMAL/MULTI ROUND RESPAWN
// "h" = HUMAN
// "z" = ZOMBIE
zp_special_normal_sp "h"



// TELEPORT VISUAL EFFECT
// "1" = ACTIVE
// "0" = NOT ACTIVE
// DEFAULT VALUE IS "1", because is a very nice effect!
//
zp_special_tele_effect "1"
The configuration file (.cfg) extension, go to this directory:

Code:
/addons/amxmodx/configs/
Attached Files
File Type: sma Get Plugin or Get Source (zp_special_respawn.sma - 6651 views - 4.1 KB)
File Type: cfg zp_special_respawn.cfg (849 Bytes, 4030 views)
__________________

Last edited by bibu; 06-29-2011 at 15:41.
claudiuhks is offline
Send a message via MSN to claudiuhks Send a message via Yahoo to claudiuhks Send a message via Skype™ to claudiuhks
.Dare Devil.
Veteran Member
Join Date: Sep 2010
Old 02-17-2011 , 11:05   Re: ZP Special Respawn *NEW*
Reply With Quote #2

I've been waiting for this for a long time.
Good Work, but i have one question Have you tested it?
.Dare Devil. is offline
almantsas
Member
Join Date: Apr 2009
Old 02-17-2011 , 17:28   Re: ZP Special Respawn *NEW*
Reply With Quote #3

Please, make this:
1. In nemesis nemesis round respawn only to humans.
2. In sniper round respawn only to zombies.
3. In assassin round respawn only to humans.
4. In survivor round respawn only to zombies.

Thank you.

Last edited by almantsas; 02-17-2011 at 17:35.
almantsas is offline
claudiuhks
Yam Inside®™℠
Join Date: Jan 2010
Location: Living Randomly
Old 02-17-2011 , 17:34   Re: ZP Special Respawn *NEW*
Reply With Quote #4

Allready made

Code:
// "...c..." = RESPAWN IN SURVIVOR
// "...d..." = RESPAWN IN NEMESIS
// "...e..." = RESPAWN IN SNIPER
// "...f..." = RESPAWN IN ASSASSIN
@Dare devil, normaly is tested by me with 32 players
__________________

Last edited by claudiuhks; 02-17-2011 at 17:38.
claudiuhks is offline
Send a message via MSN to claudiuhks Send a message via Yahoo to claudiuhks Send a message via Skype™ to claudiuhks
almantsas
Member
Join Date: Apr 2009
Old 02-17-2011 , 17:37   Re: ZP Special Respawn *NEW*
Reply With Quote #5

Quote:
Originally Posted by claudiuhks View Post
Allready made

Code:
// "...c..." = RESPAWN IN SURVIVOR
// "...d..." = RESPAWN IN NEMESIS
// "...e..." = RESPAWN IN SNIPER
// "...f..." = RESPAWN IN ASSASSIN
You not understand me, I tested it, but in nemesis round I was respawned into zombie not into human.
almantsas is offline
claudiuhks
Yam Inside®™℠
Join Date: Jan 2010
Location: Living Randomly
Old 02-17-2011 , 17:41   Re: ZP Special Respawn *NEW*
Reply With Quote #6

No no... you are wrong...

DLLFunc_Spawn spawn people only as human... And you see in the FuncDecision, only if is sniper/survivor, user is spawning as zombie

Code:
    if (zp_is_swarm_round() && contain(g_SwarmSpawnString, "z") != -1
    || zp_is_plague_round() && contain(g_PlagueSpawnString, "z") != -1
    || zp_is_sniper_round() || zp_is_survivor_round())
    {
        zp_infect_user(id)
        
        return PLUGIN_HANDLED
    }
__________________
claudiuhks is offline
Send a message via MSN to claudiuhks Send a message via Yahoo to claudiuhks Send a message via Skype™ to claudiuhks
almantsas
Member
Join Date: Apr 2009
Old 02-17-2011 , 17:46   Re: ZP Special Respawn *NEW*
Reply With Quote #7

Thank you. +karma
almantsas is offline
.Dare Devil.
Veteran Member
Join Date: Sep 2010
Old 02-18-2011 , 04:56   Re: ZP Special Respawn *NEW*
Reply With Quote #8

Quote:
Originally Posted by claudiuhks View Post
Allready made

Code:
// "...c..." = RESPAWN IN SURVIVOR
// "...d..." = RESPAWN IN NEMESIS
// "...e..." = RESPAWN IN SNIPER
// "...f..." = RESPAWN IN ASSASSIN
@Dare devil, normaly is tested by me with 32 players
How much cost admin in your server ?
.Dare Devil. is offline
claudiuhks
Yam Inside®™℠
Join Date: Jan 2010
Location: Living Randomly
Old 02-18-2011 , 07:20   Re: ZP Special Respawn *NEW*
Reply With Quote #9

No money needed. Just play > 90 hours on server... Is hosted in one computer, not at one game hosting company
Add me on skype if you want an administrator account to avoid advertisements
__________________
claudiuhks is offline
Send a message via MSN to claudiuhks Send a message via Yahoo to claudiuhks Send a message via Skype™ to claudiuhks
.Dare Devil.
Veteran Member
Join Date: Sep 2010
Old 02-18-2011 , 07:50   Re: ZP Special Respawn *NEW*
Reply With Quote #10

Quote:
Originally Posted by claudiuhks View Post
No money needed. Just play > 90 hours on server... Is hosted in one computer, not at one game hosting company
Add me on skype if you want an administrator account to avoid advertisements
Do you have MSN?
.Dare Devil. is offline
Reply



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 16:51.


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