Release COD: WAW - UI Menu Base [PC] - Release

Falcon!

Veteran
Messages
52
Reaction score
27
Points
803

Hello CabCon Modding, today im releasing my 'COD5 UI Menu Base', took me about 3 - 4 days to fully complete, i really hope you guys enjoy it.

Falcon.

Code:
self addoption(name, call, arg1, arg2, arg3, arg4, arg5);

Code:
self addoptionshader(name, shader, title, descL1, descL2, descL3, call, arg1, arg2, arg3, arg4, arg5);

<descL1> line 1 of your text.
<descL2> line 2 of your text - optional(if not using replace with an empty string to prevent the menu getting confused).
<descL3> line 3 of your text - optional(if not using replace with an empty string to prevent the menu getting confused).

UI Menu Base -
You do not have permission to view link Log in or register now.

Virusscan -
You do not have permission to view link Log in or register now.

Infinite scrolling.
Smart menu structure.
Verification system.
Shader sub-menus (you can also have a shader option in a sub-menu with normal options).
Use while dead.
User friendly source.

Falcon(me) - Creating the menu base.
Extinct(G) - Idea for the smart menu structure and other support throughout the project.
 
Last edited:

CabCon

Head Administrator
Staff member
Head Staff Team
Messages
4,998
Reaction score
2,918
Points
1,053

Hello CabCon Modding, today im releasing my 'COD5 UI Menu Base', took me about 3 - 4 days to fully complete, i really hope you guys enjoy it.

Falcon.

Code:
self addoption(name, call, arg1, arg2, arg3, arg4, arg5);

Code:
self addoptionshader(name, shader, title, descL1, descL2, descL3, call, arg1, arg2, arg3, arg4, arg5);

<descL1> line 1 of your text.
<descL2> line 2 of your text - optional(if not using replace with an empty string to prevent the menu getting confused).
<descL3> line 3 of your text - optional(if not using replace with an empty string to prevent the menu getting confused).

UI Menu Base -
You do not have permission to view link Log in or register now.

Virusscan -
You do not have permission to view link Log in or register now.

Infinite scrolling.
Smart menu structure.
Verification system.
Shader sub-menus (you can also have a shader option in a sub-menu with normal options).
Use while dead.
User friendly source.

Falcon(me) - Creating the menu base.
Extinct(G) - Idea for the smart menu structure and other support throughout the project.
Good job! Looks really cool :y:
 
Top