Vice City: Multiplayer

Server Development => Scripting and Server Management => Topic started by: umar4911 on Sep 25, 2018, 02:51 PM

Title: client side - GUI
Post by: umar4911 on Sep 25, 2018, 02:51 PM
Any way to edit all the GUI positions at one time using one line
Title: Re: client side - GUI
Post by: ! on Sep 25, 2018, 05:16 PM
Well you can not do it in just one line unless a function is created which handles the relative positions and sizes of all GUI in it.Calling this function will re-position all GUIs.

 :edit: PM for a help over discord.
Title: Re: client side - GUI
Post by: D4rkR420R on Sep 25, 2018, 10:23 PM
You could attempt to save them with global variables, array, or make use of a table. Afterwards, you can edit the position further on.