Would you help me?
I followed the epic steam multiplayer tutorial where we made a “player info” structure.
Could you suggest how (where?) should we add the player score when we killed a player?
The “original” player state doesn’t have an own/editable blueprint. (only has “get score”)
But if I create own player state with added variables also cannot increase the score
Hm as far as I know
Player state contains the players score
Game state contains the teams score
Game mode contains and "decide " which team wins or loses
I made a setup ill share the pictures about it soon but still not the best one
you mean like this?
Its in player blueprint when killing somebody and his health is less than 0:
and the team score collecting is in game state (see above)