- Home /
Chick if entered a helicopter
Hi
I am working on a game, which is based on the Unity Bootcamp Demo. I have made some Helicopters, which you can use to fly. I already have made a Helicopterflyscript. Now the QUESTION: How can I send a message to a other client, that he knows, that I have entered the Helicopter and he can change the Mesh of the Soldier to a Helicopter?
Thanks for Answer
Merlin Woff
Answer by flaviusxvii · Dec 24, 2013 at 03:21 PM
I don't think you want to "change the Mesh". You should just put the soldier in the helicopter, disable is controllers, and then enable your helicopter controller and move the Camera to up/behind it.
I have that already done it, but my problem is how to sent a message for a other client. Thanks for answer
Answer by Kiloblargh · Dec 24, 2013 at 07:55 PM
You've heard of an RPC, right? Won't get far in making a multiplayer game without them.
If you have tried RPCs already, what about it is not working for you?
Your answer
Follow this Question
Related Questions
String comparison, can't use false result as string. 4 Answers
How do I change the logged text based on a momentary collision? 1 Answer
How to schedule responses (based on player's input text) for text adventure game? 0 Answers
A [Photon] PvP Script. 0 Answers
Error : Animator has not been initialized. UnityEngine.Animator:SetBool(String, Boolean) 1 Answer