View Single Post
edon1337
Penguin Enthusiast
Join Date: Jun 2016
Location: Macedonia
Old 08-02-2018 , 08:38   Re: CS Battle Royale (PUBG) [BETA]
Reply With Quote #24

Quote:
Originally Posted by joy0406 View Post
Still giving me the same error
L 08/02/2018 - 007:20: [ORPHEU] Invalid virtual function "CGameRules::RestartRound"
L 08/02/2018 - 007:20: [AMXX] Displaying debug trace (plugin "CsBattleRoyaleRoundManager.amxx")
L 08/02/2018 - 007:20: [AMXX] Run time error 10: native error (native "OrpheuGetFunctionFromObject")
L 08/02/2018 - 007:20: [AMXX] [0] orpheu_stocks.inc::OrpheuRegisterHookFromObje ct (line 74)
L 08/02/2018 - 007:20: [AMXX] [1] CsBattleRoyaleRoundManager.sma::plugin_init (line 62)
1. Are you sure you're using the latest version I posted?
2. Is RestartRound signature in your configs/orpheu/virtualFunctions/CGameRules?
3. Open the file with Notepad and check if it's same as this

Code:
{
	"name" : "RestartRound",
	"class" : "CGameRules",
	"library" : "mod",
	"indexes" : 
	[
		{
			"os" : "windows",
			"mod" : "cstrike",
			"value" : 64
		},
		{
			"os" : "linux",
			"mod" : "cstrike",
			"value" : 66
		}
	]
}
__________________
edon1337 is offline