1
Modification Help / Re: Super Needs Help
« on: April 28, 2015, 04:50:43 PM »I wonder what triggers that strange quote-chain glitch. Completely empty quotes, perhaps?
Sorry. I changed the posts so it won't cause that glitch.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
I wonder what triggers that strange quote-chain glitch. Completely empty quotes, perhaps?
No, it won't create lag. You could either have a looping function that sends it to the whole server. Or one that loops per player.
You'd have to call this one once when the server starts.
You'd have to call this one once on every player when they first spawn.
There is, actually. The fixfov command is just the creators of the command being lazy butts. %client.player.getCameraFOV()
Theoretically yes, you could make a clientcmd to report to the server if the option is enabled
But doing so requires them downloading a clientside add-on with the client cmd, and at that point you might as well just give them the textures in the add-on
Here's part of my RPG gui communication system server sided.
Please look at how it works, and not to try to copy/paste it like other people would.
here's a bare minimum stripped down version