Game Engine and Assets Leaks

[MFPS] Competitive Rank addon [UNRELEASED]

Submitted by Viirless, , Thread ID: 273335

RE: [MFPS] Competitive Rank addon [UNRELEASED]

OP
#11
02-09-2023, 08:40 AM
Iulian18 Wrote:
Hey mate I get HTTP/1.1 404 error, there is any fix for this?

Its because you would need another addon for the season management that includes the php i will leak it in the coming days

RE: [MFPS] Competitive Rank addon [UNRELEASED]

#12
02-09-2023, 04:23 PM
Viirless Wrote:
Its because you would need another addon for the season management that includes the php i will leak it in the coming days

bro post battle pass
Kill and eat hookers

RE: [MFPS] Competitive Rank addon [UNRELEASED]

This post was last modified: 02-09-2023, 11:03 PM by iAmAppleMan
#13
Of course we want Battle Pass too!

thanks, looking forward to the battle pass

RE: [MFPS] Competitive Rank addon [UNRELEASED]

#14
After importing the asset and installing the package, 7 errors pop up:
Code:
1. Assets\Addons\SeasonBundle\CompetitiveSystem\CompetitiveModes\C_TDM\Scripts\CompetitiveTDM.cs(28,57): error CS0117: 'GameMode' does not contain a definition for 'C_TDM'
2. Assets\Addons\SeasonBundle\CompetitiveSystem\Content\Scripts\UI\RankSeasonSelector.cs(20,72): error CS1061: 'bl_UserMetaData.RawData' does not contain a definition for 'SeasonData' and no accessible extension method 'SeasonData' accepting a first argument of type 'bl_UserMetaData.RawData' could be found (are you missing a using directive or an assembly reference?)
3. Assets\Addons\SeasonBundle\CompetitiveSystem\Content\Scripts\UI\RankSeasonSelector.cs(38,19): error CS1061: 'RankUI' does not contain a definition for 'ShowRank' and no accessible extension method 'ShowRank' accepting a first argument of type 'RankUI' could be found (are you missing a using directive or an assembly reference?)
4. Assets\Addons\SeasonBundle\CompetitiveSystem\Content\Scripts\UI\LeaderboardUI.cs(47,46): error CS1061: 'bl_UserMetaData.RawData' does not contain a definition for 'SeasonData' and no accessible extension method 'SeasonData' accepting a first argument of type 'bl_UserMetaData.RawData' could be found (are you missing a using directive or an assembly reference?)
5. Assets\Addons\SeasonBundle\CompetitiveSystem\Content\Scripts\UI\LeaderboardUI.cs(48,13): error CS0019: Operator '>' cannot be applied to operands of type 'method group' and 'int'
6. Assets\Addons\SeasonBundle\CompetitiveSystem\Content\Scripts\UI\LeaderboardUI.cs(50,54): error CS1061: 'CompetitiveData' does not contain a definition for 'GetLevelByID' and no accessible extension method 'GetLevelByID' accepting a first argument of type 'CompetitiveData' could be found (are you missing a using directive or an assembly reference?)
7. Assets\Addons\SeasonBundle\CompetitiveSystem\Content\Scripts\UI\CompetitiveLeaderboard.cs(31,30): error CS1061: 'bl_UserMetaData.RawData' does not contain a definition for 'SeasonData' and no accessible extension method 'SeasonData' accepting a first argument of type 'bl_UserMetaData.RawData' could be found (are you missing a using directive or an assembly reference?)

RE: [MFPS] Competitive Rank addon [UNRELEASED]

This post was last modified: 03-09-2023, 08:59 AM by antiichriist
#15
03-09-2023, 08:52 AM
fatura95 Wrote:
After importing the asset and installing the package, 7 errors pop up:
[code]snipped


same problem here -_-
when I change something the one of the 7 errors are fixed but then I have new one🤓

RE: [MFPS] Competitive Rank addon [UNRELEASED]

#16
02-09-2023, 04:23 PM
Viirless Wrote:
Its because you would need another addon for the season management that includes the php i will leak it in the coming days
can there be my mistakes due to the fact that there is no battle pass?

RE: [MFPS] Competitive Rank addon [UNRELEASED]

#17
addone just work wow nice addone

RE: [MFPS] Competitive Rank addon [UNRELEASED]

OP
#18
To everyone who gets errors here is a list that will fix those problems:

Yes free release:
https://drive.google.com/file/d/1aPlo6Ig...sp=sharing

RE: [MFPS] Competitive Rank addon [UNRELEASED]

This post was last modified: 03-09-2023, 09:46 PM by fatura95
#19
03-09-2023, 09:07 PM
Viirless Wrote:
To everyone who gets errors here is a list that will fix those problems: 

Yes free release:
https://drive.google.com/file/d/1aPlo6Ig...sp=sharing
I started integrating and errors came out again
Code:
Assets\Addons\SeasonBundle\CompetitiveSystem\Content\Scripts\Scriptables\CompetitiveData.cs(30,64): error CS1061: 'bl_UserMetaData.RawData' does not contain a definition for 'SeasonData' and no accessible extension method 'SeasonData' accepting a first argument of type 'bl_UserMetaData.RawData' could be found (are you missing a using directive or an assembly reference?)
Assets\Addons\SeasonBundle\CompetitiveSystem\Content\Scripts\Scriptables\CompetitiveData.cs(31,64): error CS1061: 'bl_UserMetaData.RawData' does not contain a definition for 'SeasonData' and no accessible extension method 'SeasonData' accepting a first argument of type 'bl_UserMetaData.RawData' could be found (are you missing a using directive or an assembly reference?)
Assets\Addons\SeasonBundle\CompetitiveSystem\Content\Scripts\UI\LeaderboardUI.cs(48,46): error CS1061: 'bl_UserMetaData.RawData' does not contain a definition for 'SeasonData' and no accessible extension method 'SeasonData' accepting a first argument of type 'bl_UserMetaData.RawData' could be found (are you missing a using directive or an assembly reference?)
Assets\Addons\SeasonBundle\CompetitiveSystem\Content\Scripts\UI\LeaderboardUI.cs(49,13): error CS0019: Operator '>' cannot be applied to operands of type 'method group' and 'int'
Assets\Addons\SeasonBundle\CompetitiveSystem\Content\Scripts\UI\RankSeasonSelector.cs(21,72): error CS1061: 'bl_UserMetaData.RawData' does not contain a definition for 'SeasonData' and no accessible extension method 'SeasonData' accepting a first argument of type 'bl_UserMetaData.RawData' could be found (are you missing a using directive or an assembly reference?)
Assets\Addons\SeasonBundle\CompetitiveSystem\Content\Scripts\UI\CompetitiveLeaderboard.cs(32,30): error CS1061: 'bl_UserMetaData.RawData' does not contain a definition for 'SeasonData' and no accessible extension method 'SeasonData' accepting a first argument of type 'bl_UserMetaData.RawData' could be found (are you missing a using directive or an assembly reference?)

RE: [MFPS] Competitive Rank addon [UNRELEASED]

#20
03-09-2023, 09:24 PM
fatura95 Wrote:
I started integrating and errors came out again
Code:
Assets\Addons\SeasonBundle\CompetitiveSystem\Content\Scripts\Scriptables\CompetitiveData.cs(30,64): error CS1061: 'bl_UserMetaData.RawData' does not contain a definition for 'SeasonData' and no accessible extension method 'SeasonData' accepting a first argument of type 'bl_UserMetaData.RawData' could be found (are you missing a using directive or an assembly reference?)
Assets\Addons\SeasonBundle\CompetitiveSystem\Content\Scripts\Scriptables\CompetitiveData.cs(31,64): error CS1061: 'bl_UserMetaData.RawData' does not contain a definition for 'SeasonData' and no accessible extension method 'SeasonData' accepting a first argument of type 'bl_UserMetaData.RawData' could be found (are you missing a using directive or an assembly reference?)
Assets\Addons\SeasonBundle\CompetitiveSystem\Content\Scripts\UI\LeaderboardUI.cs(48,46): error CS1061: 'bl_UserMetaData.RawData' does not contain a definition for 'SeasonData' and no accessible extension method 'SeasonData' accepting a first argument of type 'bl_UserMetaData.RawData' could be found (are you missing a using directive or an assembly reference?)
Assets\Addons\SeasonBundle\CompetitiveSystem\Content\Scripts\UI\LeaderboardUI.cs(49,13): error CS0019: Operator '>' cannot be applied to operands of type 'method group' and 'int'
Assets\Addons\SeasonBundle\CompetitiveSystem\Content\Scripts\UI\RankSeasonSelector.cs(21,72): error CS1061: 'bl_UserMetaData.RawData' does not contain a definition for 'SeasonData' and no accessible extension method 'SeasonData' accepting a first argument of type 'bl_UserMetaData.RawData' could be found (are you missing a using directive or an assembly reference?)
Assets\Addons\SeasonBundle\CompetitiveSystem\Content\Scripts\UI\CompetitiveLeaderboard.cs(32,30): error CS1061: 'bl_UserMetaData.RawData' does not contain a definition for 'SeasonData' and no accessible extension method 'SeasonData' accepting a first argument of type 'bl_UserMetaData.RawData' could be found (are you missing a using directive or an assembly reference?)
read the documentation on the asset

Users browsing this thread: 27 Guest(s)