AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   New Plugin Submissions (https://forums.alliedmods.net/forumdisplay.php?f=26)
-   -   CS Battle Royale (Fortnite/PUBG) v2.8 [UPDATED 01/10/19] [ALL MAPS ARE SUPPORTED] (https://forums.alliedmods.net/showthread.php?t=309613)

edon1337 08-02-2018 07:53

Re: CS Battle Royale (PUBG) [BETA]
 
1 Attachment(s)
That one won't work either, I just checked, try this one, sorry for wasting your time like this, I'm a newbie when it comes to Orpheu..

EDIT: Do not use, old version.

CrAzY MaN 08-02-2018 08:06

Re: CS Battle Royale (PUBG) [BETA]
 
Great work!
Will surely try this.

joy0406 08-02-2018 08:36

Re: CS Battle Royale (PUBG) [BETA]
 
Still giving me the same error
L 08/02/2018 - 00:37:20: [ORPHEU] Invalid virtual function "CGameRules::RestartRound"
L 08/02/2018 - 00:37:20: [AMXX] Displaying debug trace (plugin "CsBattleRoyaleRoundManager.amxx")
L 08/02/2018 - 00:37:20: [AMXX] Run time error 10: native error (native "OrpheuGetFunctionFromObject")
L 08/02/2018 - 00:37:20: [AMXX] [0] orpheu_stocks.inc::OrpheuRegisterHookFromObje ct (line 74)
L 08/02/2018 - 00:37:20: [AMXX] [1] CsBattleRoyaleRoundManager.sma::plugin_init (line 62)

edon1337 08-02-2018 08:38

Re: CS Battle Royale (PUBG) [BETA]
 
Quote:

Originally Posted by joy0406 (Post 2607634)
Still giving me the same error
L 08/02/2018 - 00:37:20: [ORPHEU] Invalid virtual function "CGameRules::RestartRound"
L 08/02/2018 - 00:37:20: [AMXX] Displaying debug trace (plugin "CsBattleRoyaleRoundManager.amxx")
L 08/02/2018 - 00:37:20: [AMXX] Run time error 10: native error (native "OrpheuGetFunctionFromObject")
L 08/02/2018 - 00:37:20: [AMXX] [0] orpheu_stocks.inc::OrpheuRegisterHookFromObje ct (line 74)
L 08/02/2018 - 00:37: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
                }
        ]
}


CrAzY MaN 08-02-2018 08:51

Re: CS Battle Royale (PUBG) [BETA]
 
I think, you haven't included that in your downloads.
I too get the same error.

Edit : My mistake, I didn't included your orpheu files.

edon1337 08-02-2018 08:55

Re: CS Battle Royale (PUBG) [BETA]
 
Quote:

Originally Posted by CrAzY MaN (Post 2607639)
I think, you haven't included that in your downloads.
I too get the same error.

Edit : My mistake, I didn't included your orpheu files.

It's not an include problem, there's something wrong with the function.

CrAzY MaN 08-02-2018 09:14

Re: CS Battle Royale (PUBG) [BETA]
 
PHP Code:

#include <rog>
#include <stripweapons> 

You forgot to add this.

And this
Code:
register_plugin( "CS Battle Red Zone", "1.0", "DoNii" );
in CSBattleRoyaleRedZone

tarsisd2 08-02-2018 09:18

Re: CS Battle Royale (PUBG) [BETA]
 
i've been waiting for this, i will run a online server today with your mod with some friends and check for bugs

edon1337 08-02-2018 09:31

Re: CS Battle Royale (PUBG) [BETA]
 
Quote:

Originally Posted by CrAzY MaN (Post 2607645)
PHP Code:

#include <rog>
#include <stripweapons> 

You forgot to add this.

Where? Because I'm not getting any errors while compiling.

Quote:

Originally Posted by CrAzY MaN (Post 2607645)
And this
Code:
register_plugin( "CS Battle Royale Models", "1.0", "DoNii" );
in CSBattleRoyaleRedZone

Thanks for noticing, I will fix it.

CrAzY MaN 08-02-2018 09:37

Re: CS Battle Royale (PUBG) [BETA]
 
In your downloads, add rog.inc and stripweapons.inc


All times are GMT -4. The time now is 12:46.

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