Quick question,
I was just wondering if I can send multiple parameters in an RPC call?
networkView.RPC("method",RPCMode.All, arg1, arg2, argETC);
I'm currently using a string and splitting it apart. Thanks!
↧