![]() |
#1 |
Gangsta
![]() ![]() ![]() ![]() Join Date: Apr 2011
Location: Earth
Posts: 657
Reputation: 157
|
![]()
This include allows you to create new type of menu instead of standart menus or dialogs.
Screenshots: Imgur GitHub: 3DMenu Last edited by SDraw; 15/01/2016 at 11:03 PM. |
![]() |
![]() |
![]() |
#2 |
High-roller
![]() ![]() ![]() ![]() ![]() Join Date: Jul 2010
Location: Cluj Napoca, Romania
Posts: 2,962
Reputation: 435
|
![]()
That is really nice....
|
![]() |
![]() |
![]() |
#3 |
Gangsta
![]() ![]() ![]() ![]() Join Date: Feb 2012
Location: United Kingdom
Posts: 515
Reputation: 53
|
![]()
Woah looks very nice, but you could try to improve the image.
|
![]() |
![]() |
![]() |
#4 |
Gangsta
![]() ![]() ![]() ![]() Join Date: Mar 2012
Location: Greece
Posts: 561
Reputation: 66
|
![]()
Its look great
|
![]() |
![]() |
![]() |
#5 |
Big Clucker
![]() ![]() Join Date: Apr 2012
Posts: 86
Reputation: 30
|
![]()
Coool good job!
|
![]() |
![]() |
![]() |
#6 |
Huge Clucker
![]() ![]() ![]() Join Date: Oct 2011
Posts: 341
Reputation: 24
|
![]()
It looks great man really wonderful job.
|
![]() |
![]() |
![]() |
#7 |
High-roller
![]() ![]() ![]() ![]() ![]() Join Date: Apr 2010
Location: New Delhi,India
Posts: 1,861
Reputation: 323
|
![]()
Nice work. Will surely use it or will make similar to this. Thanks. Rep +5 Added
Last edited by Ballu Miaa; 14/05/2012 at 12:49 PM. |
![]() |
![]() |
![]() |
#8 |
High-roller
![]() ![]() ![]() ![]() ![]() Join Date: Dec 2009
Location: Home
Posts: 2,423
Reputation: 251
|
![]()
Pretty cool. But this was iPleomax's idea.
![]() ![]() Edit: You could do Code:
#if defined FILTERSCRIPT hook OnFilterScriptInit() { for(new i = 0; i < MAX_PLAYERS; i++) { SelectedMenu[i] = -1; SelectedBox[i] = -1; } for(new i = 0; i < MAX_MENUS; i++) { for(new b = 0; b < 4; b++) MenuObjects[i][b] = INVALID_OBJECT_ID; MenuIsExist[i] = false; MenuBoxes[i] = 0; } } hook OnFilterScriptExit() { for(new i = 0; i < MAX_MENUS; i++) { if(MenuIsExist[i]) Destroy3DMenu(i); } } #else hook OnGameModeInit() { for(new i = 0; i < MAX_MENUS; i++) { for(new b = 0; b < 4; b++) MenuObjects[i][b] = INVALID_OBJECT_ID; MenuBoxes[i] = 0; MenuIsExist[i] = false; } } hook OnGameModeExit() { for(new i = 0; i < MAX_MENUS; i++) { if(MenuIsExist[i]) Destroy3DMenu(i); } } #endif A better method to check before hooking. |
![]() |
![]() |
![]() |
#9 |
Gangsta
![]() ![]() ![]() ![]() Join Date: Apr 2011
Location: Earth
Posts: 657
Reputation: 157
|
![]()
Yes, I saw the video of iPleomax...But it's not my fault that I released it early...
|
![]() |
![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|