How To Add Custom Text Onto The Right Top Side Of Cod4 Load Map!!! HelP!!
How To Add Custom Text Onto The Right Top Side Of Cod4 Load Map!!! HelP!!
Posted on 03.12.2015 / 22:37
REPLIES
you need to paste a skin onto your mod folder
Posted on 12.11.2016 / 16:09
Like This Thats Cal ModMaking
http://www51.zippyshare.com/v/p7HMAPJT/file.html
Posted on 13.11.2016 / 22:26 - Edited by {MiCkEy}.ViruS on 13.11.2016 / 22:28
Is script:mods\PromodLive221\ui_mp\connect.menu
#include "ui/menudef.h"
#define WIDESCREEN_OFFSET 107 0
{
menuDef
{
name "connect"
style WINDOW_STYLE_FILLED
fullScreen MENU_FALSE
focusColor COLOR_FOCUSED
visible MENU_FALSE
backcolor 1 1 1 1
background "$levelBriefing"
rect FULLSCREEN_WIDE
itemDef
{
style WINDOW_STYLE_FILLED
rect -128 -40 260 4 HORIZONTAL_ALIGN_CENTER VERTICAL_ALIGN_BOTTOM
origin WIDESCREEN_OFFSET
backcolor 0 0 0 0.8
visible 1 decoration
}
itemDef
{
rect 0 20 1 1 HORIZONTAL_ALIGN_RIGHT VERTICAL_ALIGN_TOP
origin 90 0
text "^1Mod By JEENNN:] "
textfont UI_FONT_DEFAULT
textscale 0.4
textalign ITEM_ALIGN_RIGHT
textstyle ITEM_TEXTSTYLE_SHADOWED
forecolor 1 1 1 1
visible 1
decoration
}
itemDef
{
name "loadbar"
style WINDOW_STYLE_LOADBAR
rect -127 -39 258 2 HORIZONTAL_ALIGN_CENTER VERTICAL_ALIGN_BOTTOM
origin WIDESCREEN_OFFSET
background "white"
visible 1 decoration
}
#include "ui/safearea.menu"
}
}
Posted on 15.11.2016 / 11:38
You're welcome greetings
Posted on 17.11.2016 / 12:06
Post reply
ONLY USERS CAN POST REPLIES.