AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Zombie Plague Mod (https://forums.alliedmods.net/forumdisplay.php?f=126)
-   -   Subplugin Submission [ZP] Addon: Respawn player on connect (https://forums.alliedmods.net/showthread.php?t=179546)

H.RED.ZONE 03-03-2012 09:31

Re: [ZP] Addon: Respawn player on connect
 
Transfer it to zp 5.0

ILUSION 03-03-2012 16:25

Re: [ZP] Addon: Respawn player on connect
 
Quote:

Originally Posted by H.RED.ZONE (Post 1661670)
Transfer it to zp 5.0

You has tested it? Because it should work

H.RED.ZONE 03-03-2012 16:34

Re: [ZP] Addon: Respawn player on connect
 
No just it would lower cpu usage and found a bug
When you go to spec and before new round starts (infection round) you can spawn as human and you are zombie (You are in rankings shown as human but you are zombie)with it you take no damage from shots and in my case from killing lasermines (zombie cant be hurt by human)

H.RED.ZONE 03-06-2012 06:39

Re: [ZP] Addon: Respawn player on connect
 
"Sorry for double"
ILUSION
to fix that bug task needs to be set more then 10 seconds. Then it works perfect.

Balgaa 03-08-2012 11:25

Re: [ZP] Addon: Respawn player on connect
 
any 5.0 version with bug fix?

H.RED.ZONE 03-08-2012 11:27

Re: [ZP] Addon: Respawn player on connect
 
Just set
Code:

set_task(5.0, "SpawnUser", id, _, _, "b");
to

Code:

set_task(12.0, "SpawnUser", id, _, _, "b");
And you wont get that bug.

last_hope 05-19-2012 03:47

Re: [ZP] Addon: Respawn player on connect
 
Why I have no sound (zombie scream) when this plugin on?
When someone respawned, I hear him, but me respawn with silence...

yOou Know Me 07-17-2012 10:18

Re: [ZP] Addon: Respawn player on connect
 
This is how my respawn value is :
Code:

zp_deathmatch 2                        // Deathmatch mode, respawn as: [0-disabled // 1-human // 2-zombie // 3-randomly // 4-balance]
zp_respawn_delay 2                    // Time before respawning on deathmatch mode in seconds
zp_respawn_zombies 1                // Respawn dead zombies
zp_respawn_humans 1                    // Respawn dead humans
zp_respawn_on_suicide 0                // Respawn players if they commited suicide

But when i try to run the plugin it says:
Invalid Plugin (Plugin "zp_respawn.amxx")

I have put the plugin in plugins-zp50_ammopacks.ini
under
; Custom Features

Am i doing something wrong, cuz when new player enters the server he is dead and must wait for the new round, and i rly need this option in my server.

eDga_nmc 07-23-2012 15:09

Re: [ZP] Addon: Respawn player on connect
 
L 07/23/2012 - 22:12:38: [AMXX] Failed to allocate memory (plugin "zp_respawn.amxx")

why?

modrea 02-01-2013 05:18

Re: [ZP] Addon: Respawn player on connect
 
thx for this plugins ! :twisted:


All times are GMT -4. The time now is 18:20.

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