AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Zombie Plague Mod (https://forums.alliedmods.net/forumdisplay.php?f=126)
-   -   Subplugin Submission *NEW* ZP Special Respawn (https://forums.alliedmods.net/showthread.php?t=150313)

claudiuhks 02-17-2011 09:12

*NEW* ZP Special Respawn
 
2 Attachment(s)
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/

.Dare Devil. 02-17-2011 11:05

Re: ZP Special Respawn *NEW*
 
I've been waiting for this for a long time.
Good Work, but i have one question :) Have you tested it?

almantsas 02-17-2011 17:28

Re: ZP Special Respawn *NEW*
 
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. :)

claudiuhks 02-17-2011 17:34

Re: ZP Special Respawn *NEW*
 
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

almantsas 02-17-2011 17:37

Re: ZP Special Respawn *NEW*
 
Quote:

Originally Posted by claudiuhks (Post 1417748)
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.

claudiuhks 02-17-2011 17:41

Re: ZP Special Respawn *NEW*
 
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
    }


almantsas 02-17-2011 17:46

Re: ZP Special Respawn *NEW*
 
Thank you. +karma

.Dare Devil. 02-18-2011 04:56

Re: ZP Special Respawn *NEW*
 
Quote:

Originally Posted by claudiuhks (Post 1417748)
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 :)?

claudiuhks 02-18-2011 07:20

Re: ZP Special Respawn *NEW*
 
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

.Dare Devil. 02-18-2011 07:50

Re: ZP Special Respawn *NEW*
 
Quote:

Originally Posted by claudiuhks (Post 1418050)
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?


All times are GMT -4. The time now is 16:26.

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