you could use
this script to find out what the gui names are, but from that, i dont know, hvnt tested it too much.
Quote:
Originally Posted by Tigairius
Boolean values: lighteffectsenabled, weathereffectsenabled, and particleeffectsenabled.
Example of usage:
PHP Code:
//#CLIENTSIDE function onCreated() { if (lighteffectsenabled) { showimg(1, this.x, this.y, "light2.png"); } }
|
but if you use that, you would have to reconnect, no?