I have a character blue print that runs in a multiplayer setting fine but i cant seem to get anything to cast damage to the character and when i try i get this error message.i am using a damage system that worked fine in my single player project
1 Like
The warning message is because you are trying to cast a PlayerController into a Character (never gonna happen)…
But, the solution is very simple! Just replace the “Get Player Controller” node with a “Get Player Pawn” node.
Hope this helps!
1 Like
thanks alot mate, you’re an absolute legend
that solutions is working
You are indeed a king among men.