Posts: 1,239
Threads: 16
Joined: Mar 2011
Reputation:
0
One simple question. Can forwarding empty string in CallRemoteFunction crash server/client?
Posts: 1,167
Threads: 57
Joined: Jul 2010
Reputation:
0
you can use just CallRemoteFunction(" ","i",-1); and it should work without worry
Posts: 1,239
Threads: 16
Joined: Mar 2011
Reputation:
0
@MP2 Yeah like the first one.
Well I have to forward one string one script1 to script2. But something is crashing server. Is There limit of number of params in CallRemoteFunction?
Posts: 2,856
Threads: 6
Joined: Jun 2007
Reputation:
0
Its known since ages that CallRemoteFunction and CallLocalFunction crashes the server if you pass en empty string
Check zcmd or ycmd for the most suitable solution
Posts: 1,239
Threads: 16
Joined: Mar 2011
Reputation:
0
Thanks Nero_3D and Thanks all.