The super method will not be called:
modded class SCR_DataCollectorComponent : SCR_BaseGameModeComponent { protected override void OnPlayerAuditSuccess(int playerId) { super.OnPlayerAuditSuccess(playerId); } }
The super method will not be called:
modded class SCR_DataCollectorComponent : SCR_BaseGameModeComponent { protected override void OnPlayerAuditSuccess(int playerId) { super.OnPlayerAuditSuccess(playerId); } }
Hello R34P3R.
Can you please provide a simple mod example? (functional).
Steps of what you did, even on the editor as we cannot seem to be able to reproduce the issue.
Regards,
Geez
Hello Geez and thanks for your response. The problem was related to "SCR_PlayerData" where the floats where not set correctly by my side. So, the super method was not able to get the Data. I already tryed to delete this Post, but did not found a way how i can do this. Sorry for the waste of time.