Author Topic: Server functions in client.cs?  (Read 1458 times)

Hm, I was pondering if you'd create a list by looping through the client's brick group and, if a brick name exists, add said name to a list. I'll try this later.

That's only possible server side. You'd have to use clientcmds to send the information. (if you're doing this in a GUI then there's no problem, as people will have to download that anyway)