Question by
Sofia0011 · Jan 27, 2016 at 03:15 PM ·
networkingmessage
Send Message inside ClientScene.AddPlayer
Hi,
I have a little question: I am simply trying to send an extra message within ClientScene.AddPlayer in my class NetworkManager_Custom. The message shall contain an integer value which is retrieved from a method. However, the compiler tells me that "No overload for method AddPlayer' takes 3' arguments".
Maybe I am not passing the message (MessageBase) right.. Unfortunately, I can't find a working example online.
I hope someone can help. Thank you very much in advance
Comment