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

Players infected return to spawn PLUGIN???


Post New Thread Reply   
 
Thread Tools Display Modes
jungjunghoo
Senior Member
Join Date: Sep 2009
Old 08-14-2011 , 12:19   Re: Players infected return to spawn PLUGIN???
Reply With Quote #21

Quote:
Originally Posted by GoD-Tony View Post
Sounds like "ZR_OnClientInfected" isn't being forwarded on every infection.

Try this update. It should also work on any version of ZR.
I tested this plugin

1.Sometimes mother zombie doesn't back spawn point

and. Can you fix it Just back to spawnpoint only mother zombie? (When motherzombie spawn)

Last edited by jungjunghoo; 08-14-2011 at 12:39.
jungjunghoo is offline
GoD-Tony
Veteran Member
Join Date: Jul 2005
Old 08-14-2011 , 13:22   Re: Players infected return to spawn PLUGIN???
Reply With Quote #22

Quote:
Originally Posted by jungjunghoo View Post
Can you fix it Just back to spawnpoint only mother zombie? (When motherzombie spawn)
zombiereloaded.cfg
Code:
// Teleport mother zombies back to spawn on infect.
// Default: "0"
zr_infect_mzombie_respawn "0"
GoD-Tony is offline
rhelgeby
Veteran Member
Join Date: Oct 2008
Location: 0x4E6F72776179
Old 08-14-2011 , 13:30   Re: Players infected return to spawn PLUGIN???
Reply With Quote #23

There's an issue with that feature. Sometimes it doesn't work, but we can't find anything bad in the code either. Someone mentioned it went away after a CS update and came back some time later, which means this might be a CS:S/engine issue.

http://forums.alliedmods.net/showthread.php?t=121302
__________________
Richard Helgeby

Zombie:Reloaded | PawnUnit | Object Library
(Please don't send private messages for support, they will be ignored. Use the forum.)
rhelgeby is offline
Send a message via MSN to rhelgeby
jungjunghoo
Senior Member
Join Date: Sep 2009
Old 08-14-2011 , 13:46   Re: Players infected return to spawn PLUGIN???
Reply With Quote #24

Quote:
Originally Posted by rhelgeby View Post
There's an issue with that feature. Sometimes it doesn't work, but we can't find anything bad in the code either. Someone mentioned it went away after a CS update and came back some time later, which means this might be a CS:S/engine issue.

http://forums.alliedmods.net/showthread.php?t=121302
yeah. I saw that thread. I think there is nothing to an obvious solution.
I'm just curious (sent mzombie back to spawnpoint by plugin)
jungjunghoo is offline
kleuser
Member
Join Date: Dec 2014
Old 07-04-2016 , 13:10   Re: Players infected return to spawn PLUGIN???
Reply With Quote #25

please update this plugin for last sourcemod.
Plugin not work
Game CSGO
Attached Files
File Type: sp Get Plugin or Get Source (zr_teleinfected.sp - 99 views - 2.5 KB)

Last edited by kleuser; 07-04-2016 at 13:16.
kleuser is offline
Agent Wesker
Senior Member
Join Date: Apr 2012
Old 07-05-2016 , 13:30   Re: Players infected return to spawn PLUGIN???
Reply With Quote #26

Quote:
Originally Posted by kleuser View Post
please update this plugin for last sourcemod.
Plugin not work
Game CSGO
Looks like it should work... could you post the error log?
Agent Wesker is offline
kleuser
Member
Join Date: Dec 2014
Old 07-06-2016 , 03:57   Re: Players infected return to spawn PLUGIN???
Reply With Quote #27

Quote:
Originally Posted by Agent Wesker View Post
Looks like it should work... could you post the error log?
sourcemod 1.8
zr mod by franug Franc1sco

Code:
L 07/04/2016 - 19:46:59: [SM] Exception reported: Invalid index -1 (count: 0)
L 07/04/2016 - 19:46:59: [SM] Blaming: zr_teleinfected.smx()
L 07/04/2016 - 19:46:59: [SM] Call stack trace:
L 07/04/2016 - 19:46:59: [SM]   [0] GetArrayArray
L 07/04/2016 - 19:46:59: [SM]   [1] Line 90, D:\dev\sm18\scripting\zr_teleinfected.sp::TelePlayer()
L 07/04/2016 - 19:46:59: [SM]   [2] Line 69, D:\dev\sm18\scripting\zr_teleinfected.sp::ZR_OnClientInfected()
L 07/04/2016 - 19:46:59: [SM]   [4] Call_Finish
L 07/04/2016 - 19:46:59: [SM]   [5] Line 180, zr/api/infect.api.inc::APIOnClientInfected()
L 07/04/2016 - 19:46:59: [SM]   [6] Line 844, zr/infect.inc::InfectHumanToZombie()
L 07/04/2016 - 19:46:59: [SM]   [7] Line 362, zr/infect.inc::InfectOnClientHurt()
L 07/04/2016 - 19:46:59: [SM]   [8] Line 245, zr/event.inc::EventPlayerHurt()
and
Code:
L 07/05/2016 - 02:05:24: [SM] Blaming: zr_teleinfected.smx()
L 07/05/2016 - 02:05:24: [SM] Call stack trace:
L 07/05/2016 - 02:05:24: [SM]   [0] SetFailState
L 07/05/2016 - 02:05:24: [SM]   [1] Line 62, D:\dev\sm18\scripting\zr_teleinfected.sp::OnConfigsExecuted()
L 07/05/2016 - 02:06:18: [SM] Exception reported: Plugin not runnable
L 07/05/2016 - 02:06:18: [SM] Blaming: zombiereloaded.smx()
L 07/05/2016 - 02:06:18: [SM] Call stack trace:
L 07/05/2016 - 02:06:18: [SM]   [0] Call_Finish
L 07/05/2016 - 02:06:18: [SM]   [1] Line 180, zr/api/infect.api.inc::APIOnClientInfected()
L 07/05/2016 - 02:06:18: [SM]   [2] Line 844, zr/infect.inc::InfectHumanToZombie()
L 07/05/2016 - 02:06:18: [SM]   [3] Line 559, zr/infect.inc::InfectMotherZombie()
L 07/05/2016 - 02:06:29: [SM] Exception reported: Plugin not runnable
L 07/05/2016 - 02:06:29: [SM] Blaming: zombiereloaded.smx()
L 07/05/2016 - 02:06:29: [SM] Call stack trace:
L 07/05/2016 - 02:06:29: [SM]   [0] FireEvent
L 07/05/2016 - 02:06:29: [SM]   [1] Line 794, zr/infect.inc::InfectHumanToZombie()
L 07/05/2016 - 02:06:29: [SM]   [2] Line 362, zr/infect.inc::InfectOnClientHurt()
L 07/05/2016 - 02:06:29: [SM]   [3] Line 245, zr/event.inc::EventPlayerHurt()
L 07/05/2016 - 02:06:29: [SM] Exception reported: Plugin not runnable
L 07/05/2016 - 02:06:29: [SM] Blaming: zombiereloaded.smx()
L 07/05/2016 - 02:06:29: [SM] Call stack trace:
L 07/05/2016 - 02:06:29: [SM]   [0] Call_Finish
L 07/05/2016 - 02:06:29: [SM]   [1] Line 180, zr/api/infect.api.inc::APIOnClientInfected()
L 07/05/2016 - 02:06:29: [SM]   [2] Line 844, zr/infect.inc::InfectHumanToZombie()
L 07/05/2016 - 02:06:29: [SM]   [3] Line 362, zr/infect.inc::InfectOnClientHurt()
L 07/05/2016 - 02:06:29: [SM]   [4] Line 245, zr/event.inc::EventPlayerHurt()

Last edited by kleuser; 07-06-2016 at 04:01.
kleuser is offline
Agent Wesker
Senior Member
Join Date: Apr 2012
Old 07-06-2016 , 08:29   Re: Players infected return to spawn PLUGIN???
Reply With Quote #28

Quote:
Originally Posted by kleuser View Post
sourcemod 1.8
zr mod by franug Franc1sco
It's not an issue with this plugin, your Z:R isn't loading. Try switching back to SM 1.7 (clean install) if that doesn't work can also try official Z:R plugin instead.
Agent Wesker is offline
kleuser
Member
Join Date: Dec 2014
Old 07-06-2016 , 22:46   Re: Players infected return to spawn PLUGIN???
Reply With Quote #29

Quote:
Originally Posted by Agent Wesker View Post
It's not an issue with this plugin, your Z:R isn't loading. Try switching back to SM 1.7 (clean install) if that doesn't work can also try official Z:R plugin instead.
sm 1.7 plugin does not work too
Code:
L 07/07/2016 - 11:47:02: [SM] Native "GetArrayArray" reported: Invalid index -1 (count: 0)
L 07/07/2016 - 11:47:02: [SM] Displaying call stack trace for plugin "zr_teleinfected.smx":
L 07/07/2016 - 11:47:02: [SM]   [0]  Line 94, zr_teleinfected.sp::TelePlayer()
L 07/07/2016 - 11:47:02: [SM]   [1]  Line 70, zr_teleinfected.sp::ZR_OnClientInfected()
L 07/07/2016 - 11:47:14: [SM] Native "GetArrayArray" reported: Invalid index -1 (count: 0)
L 07/07/2016 - 11:47:14: [SM] Displaying call stack trace for plugin "zr_teleinfected.smx":
L 07/07/2016 - 11:47:14: [SM]   [0]  Line 94, zr_teleinfected.sp::TelePlayer()
L 07/07/2016 - 11:47:14: [SM]   [1]  Line 70, zr_teleinfected.sp::ZR_OnClientInfected()
L 07/07/2016 - 11:47:15: [SM] Native "GetArrayArray" reported: Invalid index -1 (count: 0)
L 07/07/2016 - 11:47:15: [SM] Displaying call stack trace for plugin "zr_teleinfected.smx":
L 07/07/2016 - 11:47:15: [SM]   [0]  Line 94, zr_teleinfected.sp::TelePlayer()
L 07/07/2016 - 11:47:15: [SM]   [1]  Line 70, zr_teleinfected.sp::ZR_OnClientInfected()

Last edited by kleuser; 07-06-2016 at 22:47.
kleuser is offline
Agent Wesker
Senior Member
Join Date: Apr 2012
Old 07-07-2016 , 12:22   Re: Players infected return to spawn PLUGIN???
Reply With Quote #30

Quote:
Originally Posted by kleuser View Post
sm 1.7 plugin does not work too
Try this and post any errors zr_teleinfected.smx
Attached Files
File Type: sp Get Plugin or Get Source (zr_teleinfected.sp - 75 views - 2.8 KB)
Agent Wesker 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 04:30.


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