Quote:

It's probably best to use a shared header for client and server that contain defines for the IDs:

#define RPC_function1 0
#define RPC_function2 1 // and so on.





Hehehe. That's exactly what we do with our networked vars and strings so the indexes match up. So it is "like" the index. Thanks!