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

Block Reconnect Respawn


Post New Thread Reply   
 
Thread Tools Display Modes
Debesėlis
Senior Member
Join Date: Aug 2008
Location: Lithuania
Old 10-02-2013 , 09:05   Re: Block Reconnect Respawn
Reply With Quote #41

any help?
PHP Code:
L 10/02/2013 12:59:08: [ORPHEUInvalid virtual function "CGameRules::FPlayerCanRespawn"
L 10/02/2013 12:59:08: [AMXXDisplaying debug trace (plugin "brr_nokill.amxx"version "unknown")
L 10/02/2013 12:59:08: [AMXXRun time error 10native error (native "OrpheuGetFunctionFromObject")
L 10/02/2013 12:59:08: [AMXX]    [0orpheu_stocks.inc::OrpheuRegisterHookFromObject (line 74)
L 10/02/2013 12:59:08: [AMXX]    [1block_respawn.sma::plugin_init (line 54
Debesėlis is offline
DeLiriuM
Senior Member
Join Date: Dec 2006
Old 11-11-2013 , 10:28   Re: Block Reconnect Respawn
Reply With Quote #42

Same issue here as the above post.

After renaming InstallGameRules__Fv to _Z16InstallGameRulesv- server crashes with: FATAL ERROR (shutting down): Bad entity in IndexOfEdict()
__________________
DeLiriuM is offline
oldtype
Member
Join Date: Jul 2013
Old 12-04-2013 , 00:59   Re: Block Reconnect Respawn
Reply With Quote #43

Quote:
Originally Posted by romm1e View Post
In configs/orpheu/functions/InstallGameRules replace InstallGameRules__Fv on _Z16InstallGameRulesv in all lines.

My server started crashing every few minutes when i did that.
oldtype is offline
romm1e
Member
Join Date: Oct 2010
Old 12-06-2013 , 05:08   Re: Block Reconnect Respawn
Reply With Quote #44

I don't use this plugin any more, but with this it should work
PHP Code:
{
    
"name"    "InstallGameRules",
    
"library" "mod",
    
"return"  
    {
        
"type" "CHalfLifeMultiplay *"
    
},
    
"identifiers":
    [
        {
            
"os"    "windows",
            
"mod"   "cstrike",
            
"value" : [0x68,"*","*","*","*",0xFF,"*","*","*","*","*",0x83,0xC4,"*",0xFF,"*","*","*","*","*",0xA1,"*","*","*","*",0xD9,0x40],
            
"info"  "Works for Condition Zero"
        
},
        {
            
"os"    "linux",
            
"mod"   "cstrike",
            
"value" "InstallGameRules__Fv"
        
},
        {
            
"os"    "linux",
            
"mod"   "cstrike",
            
"value" "_Z16InstallGameRulesv"
        
},
        {
            
"os"    "windows",
            
"mod"   "SvenCoop",
            
"value" : [0x55,0x8B,0xEC,0x6A,0xFF,0x68,"*","*","*","*",0x64,"*","*","*","*","*",0x50,0x81,"*","*","*","*","*",0xA1,"*","*","*","*",0x33,0xC5,0x89,0x45,0xF0]
        },
        {
            
"os"    "windows",
            
"mod"   "ns",
            
"value" : [0x6A,0xFF,0x68,"*","*","*","*",0x64,"*","*","*","*","*",0x50,0x64,"*","*","*","*","*","*",0x51,0x68]
        },
        {
            
"os"    "linux",
            
"mod"   "ns",
            
"value" "_Z16InstallGameRulesv"
        
},
        {
            
"os"    "windows",
            
"mod"   "dod",
            
"value" : [0x55,0x8B,0xEC,0x83,0xEC,0x48,0x53,0x56,0x57,0x68,"*","*","*","*",0xFF,"*","*","*","*","*",0x83,0xC4,0x04,0xFF]
        },
        {
            
"os"    "linux",
            
"mod"   "dod",
            
"value" "InstallGameRules__Fv"
        
},
        {
            
"os"    "windows",
            
"mod"   "valve",
            
"value" : [0x68,"*","*","*","*",0xFF,"*","*","*","*","*",0x83,0xC4,0x04,0xFF,"*","*","*","*","*",0x8B]
        },
        {
            
"os"    "linux",
            
"mod"   "valve",
            
"value" "InstallGameRules__Fv"
        
},
        {
            
"os"    "windows",
            
"mod"   "ts",
            
"value" : [0x6A,0xFF,0x68,"*","*","*","*",0x64,"*","*","*","*","*",0x50,0x64,"*","*","*","*","*","*",0x51,0x56,0x68]
        },
        {
            
"os"    "linux",
            
"mod"   "ts",
            
"value" "InstallGameRules__Fv"
        
}         
    ]

romm1e is offline
RAFF93
New Member
Join Date: Jan 2014
Old 01-02-2014 , 10:27   Re: Block Reconnect Respawn
Reply With Quote #45

Hi, guys.
Is there guys who can write/fixed on the orpheu_stocks/orpheu (module)?
In the plug brr_nokill have significant miscalculation:
who first connected to a server that gives start to the game after the start of the round. Do not be so.

Who is willing to help or knows who can write in the subject line or ICQ# 2815744

Excuse me for my bad English.



Привет, мужики.
Есть тут ребята, умеющие писать/править плагины на орфее?
В плагине brr_nokill есть существенный просчёт:
кто первый раз присоединяется к серверу, тому даёт вступить в игру после начала раунда. Не надо так.

Кто готов помочь или знает кто может, пишите в теме или в ICQ# 2815744


Извините меня на мой плохой английский язык.

Last edited by RAFF93; 01-02-2014 at 10:32.
RAFF93 is offline
Chikizo
BANNED
Join Date: Feb 2014
Location: Morocco
Old 02-13-2014 , 17:39   Re: Block Reconnect Respawn
Reply With Quote #46

L 02/13/2014 - 237:09: [ORPHEU] Function "InstallGameRules" not found
L 02/13/2014 - 237:09: [AMXX] Displaying debug trace (plugin "brr_nokill.amxx")
L 02/13/2014 - 237:09: [AMXX] Run time error 10: native error (native "OrpheuGetFunction")
L 02/13/2014 - 237:09: [AMXX] [0] brr_nokill.sma::plugin_precache (line 60)
Chikizo is offline
Send a message via Skype™ to Chikizo
ANTICHRISTUS
kingdom of weird stuff
Join Date: Jun 2010
Location: My kingdom is not in thi
Old 02-14-2014 , 07:42   Re: Block Reconnect Respawn
Reply With Quote #47

what's this ? you post some plugin issues randomly ?
__________________

Last edited by ANTICHRISTUS; 02-14-2014 at 07:44.
ANTICHRISTUS is offline
Valer4
Junior Member
Join Date: Aug 2012
Old 03-30-2015 , 20:12   Re: Block Reconnect Respawn
Reply With Quote #48

For work!
CS 1.6, Linux, server build 6153:
/addons/amxmodx/configs/orpheu/functions/InstallGameRules
19 line - "value" : "_Z16InstallGameRulesv"
/addons/amxmodx/configs/orpheu/virtualFunctions/CGameRules/FPlayerCanRespawn
30 line - "value" : 20

Last edited by Valer4; 03-30-2015 at 20:15.
Valer4 is offline
_ck
Junior Member
Join Date: May 2013
Location: Russia, Togliatti
Old 12-27-2015 , 16:54   Re: Block Reconnect Respawn
Reply With Quote #49

Quote:
Originally Posted by Valer4 View Post
For work!
CS 1.6, Linux, server build 6153:
/addons/amxmodx/configs/orpheu/functions/InstallGameRules
19 line - "value" : "_Z16InstallGameRulesv"
/addons/amxmodx/configs/orpheu/virtualFunctions/CGameRules/FPlayerCanRespawn
30 line - "value" : 20

Thanks!
__________________

Last edited by _ck; 12-27-2015 at 16:55.
_ck is offline
Send a message via ICQ to _ck Send a message via Skype™ to _ck
WaLkMaN
Senior Member
Join Date: Oct 2010
Location: Varna, Bulgaria
Old 05-02-2023 , 07:20   Re: Block Reconnect Respawn
Reply With Quote #50

Let's revive "no kill" version thanks to ReAPI


Blocks player spawn without killing. Designed for any cs/cz server with ReGameDLL_CS.
Modules: reapi (download required)
Cvars:
brr_spawn_time (default: 0) - allow late spawn for brr_spawn_time seconds every round (0 = disabled)
brr_enabled (default: 1) - enable B.R.R. ? (0 = disabled, does not disable late spawn block)
Installation: download and install reapi module, compile locally and install brr_nokill_reapi.sma plugin

Spoiler
Attached Files
File Type: sma Get Plugin or Get Source (brr_nokill_reapi.sma - 48 views - 3.4 KB)
__________________

Last edited by WaLkMaN; 05-02-2023 at 07:53.
WaLkMaN 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 03:12.


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