Blockland Forums > Modification Help
First Person model
Aware:
I am trying to make my Gasmask model mount and only show first person when it mounts.
I tried changing LODs to all kinds of numbers from -10000 to 10000 and none work.
I dont know of any scripting that can do this.
Aware:
Bump Help
Uristqwerty:
The problem is that GUI stuff is all client-side, so when you say that it makes it mount for everyone, what it really is doing is just showing for you, and nobody else.
A working solution would involve a client add-on with a clientCmd to show or hide it, and the server sends a commandToClient to tell the client when to show it or hide it.
Just imagine if someone made a horrible image (think of the worst thing you can think of), and created a crosshair with it, full screen, and made it show up for everyone on the server... That is (one good reason) why it can't be done with just a server add-on.
Aware:
--- Quote from: Uristqwerty on November 22, 2011, 12:38:18 PM ---The problem is that GUI stuff is all client-side, so when you say that it makes it mount for everyone, what it really is doing is just showing for you, and nobody else.
A working solution would involve a client add-on with a clientCmd to show or hide it, and the server sends a commandToClient to tell the client when to show it or hide it.
Just imagine if someone made a horrible image (think of the worst thing you can think of), and created a crosshair with it, full screen, and made it show up for everyone on the server... That is (one good reason) why it can't be done with just a server add-on.
--- End quote ---
Well, thank you for replying, but I do not want there to be a Client Mod.
I stated that I was making it for my Gasmask.
Aware:
bump
I just want to know how to make the GUI go full screen, is that so hard?