Share your GTA online images here.
-
Armelin
Post
by Armelin » Mon Aug 28, 2017 8: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: Sun Aug 13, 2017 6:20 pm
Post
by Mark » Wed Aug 30, 2017 7:50 pm
Nice, can you also theme it like SA:MP GUI?
-
Armelin
Post
by Armelin » Wed Aug 30, 2017 10:58 pm
Mark wrote: ↑Wed Aug 30, 2017 7: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 » Wed Aug 30, 2017 11:07 pm
Armelin wrote: ↑Wed Aug 30, 2017 10:58 pm
Mark wrote: ↑Wed Aug 30, 2017 7: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: Sun Aug 13, 2017 6:20 pm
Post
by Mark » Fri Sep 01, 2017 8:03 pm
Armelin wrote: ↑Wed Aug 30, 2017 10: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: Thu Sep 07, 2017 7:33 pm
Post
by Kalisarow » Wed Sep 13, 2017 7:50 pm
The tonemap-Gui is ok on OSX 10.10, the bug exists on 10.7.5.
-
Warlock
- Posts: 2
- Joined: Sun Nov 26, 2017 7:48 am
Post
by Warlock » Mon Nov 27, 2017 10:44 am
Nice nice!
Who is online
Users browsing this forum: No registered users and 1 guest