Share your GTA online images here.
-
Armelin
Post
by Armelin » August 28th, 2017, 3:57 pm
Hello everyone, I would like to show some of the GUI options being added. They are all inspired on SA:MP dialogs.
(Click to enlarge)
Code: Select all
int dialogId = apiGUI::createList("DIALOG_STYLE_TABLIST_HEADERS", 3); //4 is the amount of columns
apiGUI::List& list = apiGUI::getList(dialogId);
std::string str;
for(int i = 0; i < 30; i++)
{
str = "Row: " + i + "\rColumn2\rColumn3\rColumn4";
list.addRow(s.c_str());
}
More examples coming out soon
-
Mark
- Posts: 4
- Joined: August 13th, 2017, 1:20 pm
Post
by Mark » August 30th, 2017, 2:50 pm
Nice, can you also theme it like SA:MP GUI?
-
Armelin
Post
by Armelin » August 30th, 2017, 5:58 pm
Mark wrote: ↑August 30th, 2017, 2:50 pm
Nice, can you also theme it like SA:MP GUI?
I can't, maybe someone good with PS can.
-
Hernandez
Post
by Hernandez » August 30th, 2017, 6:07 pm
Armelin wrote: ↑August 30th, 2017, 5:58 pm
Mark wrote: ↑August 30th, 2017, 2:50 pm
Nice, can you also theme it like SA:MP GUI?
I can't, maybe someone good with PS can.
You mean photoshop by PS?
-
Mark
- Posts: 4
- Joined: August 13th, 2017, 1:20 pm
Post
by Mark » September 1st, 2017, 3:03 pm
Armelin wrote: ↑August 30th, 2017, 5:58 pm
I can't, maybe someone good with PS can.
My bad, i meant as if it can be themed easily like SA:MP gui not if you could change the current look of it
That's good news anyway if it can themed easily.
-
Kalisarow
- Posts: 1
- Joined: September 7th, 2017, 2:33 pm
Post
by Kalisarow » September 13th, 2017, 2:50 pm
The tonemap-Gui is ok on OSX 10.10, the bug exists on 10.7.5.
-
Warlock
- Posts: 2
- Joined: November 26th, 2017, 1:48 am
Post
by Warlock » November 27th, 2017, 4:44 am
Nice nice!
Who is online
Users browsing this forum: No registered users and 0 guests