x


is there a way to tell through scripting when all buffered RPCs have been called?

if there are a lot of buffered instantiations and network destroys called before a player connects to a networked game then the whole history of the buffers is played out.. Is it possible to tell through a script when this is complete so that a 'loading' message or the like can be displayed until this process is complete?

more ▼

asked Jan 29 '10 at 12:25 PM

andrew gravatar image

andrew
549 10 12 18

(comments are locked)
10|3000 characters needed characters left

1 answer: sort voted first

Send a RPC to the server and have it respond.

Once you get this message back, you know the buffered calls are complete, since the server will send RPC's in the order they are called programatically, and you can disable your load screen.

more ▼

answered Jan 29 '10 at 01:47 PM

Horsman gravatar image

Horsman
426 3 6 15

(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x5078
x1673
x701

asked: Jan 29 '10 at 12:25 PM

Seen: 555 times

Last Updated: Jan 29 '10 at 12:25 PM