Show Posts

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.


Messages - Hime

Pages: [1]
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.

2
Modification Help / Re: Super Needs Help
« on: April 28, 2015, 04:14:01 PM »
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.

Be careful with the schedule interval, it's interpreted as milliseconds and 1 is much lower than necessary.

3
Modification Help / Re: How to access toggleZoom?
« on: April 28, 2015, 03:55:23 PM »
There is, actually. The fixfov command is just the creators of the command being lazy butts. %client.player.getCameraFOV()

That method exists but none of the weapons use it before changing the field of view?

4
Modification Help / Re: How can I open a gui with a command?
« on: April 27, 2015, 04:53:05 PM »
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

Texture alternatives to text-based displays seem best left to a client script then. Thank you.

5
Modification Help / Re: How can I open a gui with a command?
« on: April 27, 2015, 03:56:36 PM »
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

Would I need this clientCmd structure to check if a client downloaded textures when it connected?

Pages: [1]