
DA3K_DRAGON`
Members-
Content Count
28 -
Joined
-
Last visited
-
Days Won
1
DA3K_DRAGON` last won the day on December 4 2018
DA3K_DRAGON` had the most liked content!
Community Reputation
2 NeutralAbout DA3K_DRAGON`
-
Rank
Member
Recent Profile Visitors
658 profile views
-
-
oh didnt notice that..btw there is tha toggle button code itemDef { rect -20 380 300 22 HORIZONTAL_ALIGN_SUBLEFT VERTICAL_ALIGN_SUBTOP style WINDOW_STYLE_SHADER borderSize 1 foreColor 0.445 0.457 0.527 1 backColor 0 0 0 0 borderColor 0 0 0 0 outlineColor 0 0 0 0 background "menu_button_backg" textScale 0.55 visible when ( ( ( localvarint( "ui_highlight_main" ) == 12 ) && dvarint( "evox_oldschool" ) != 1 ) ) decoration } itemDef { rect -20 380 300 22 HORIZONTAL_ALIGN_SUBLEFT VERTICAL_ALIGN_SUBTOP style WINDOW_STYLE_SHADER borderSize 1 foreColor 0.445 0.457 0.527 0.4 backColor 0 0 0 0 borderColor 0 0 0 0 outlineColor 0 0 0 0 background "menu_button_backg" textScale 0.55 visible when ( ( ! localvarbool( "ui_hideBack" ) && dvarint( "evox_oldschool" ) != 1 ) ) decoration } itemDef { rect -20 402 300 4 HORIZONTAL_ALIGN_SUBLEFT VERTICAL_ALIGN_SUBTOP style WINDOW_STYLE_SHADER borderSize 1 foreColor 1 1 1 0.7 backColor 0 0 0 0 borderColor 0 0 0 0 outlineColor 0 0 0 0 textScale 0.55 exp material ( ( ( "menu_button_backg" ) ) ); visible when ( ( ( localvarint( "ui_highlight_main" ) == 12 ) && dvarint( "evox_oldschool" ) != 1 ) ) decoration } itemDef { rect -20 402 300 4 HORIZONTAL_ALIGN_SUBLEFT VERTICAL_ALIGN_SUBTOP style WINDOW_STYLE_SHADER borderSize 1 foreColor 1 1 1 0.2 backColor 0 0 0 0 borderColor 0 0 0 0 outlineColor 0 0 0 0 textScale 0.55 exp material ( ( ( "menu_button_backg" ) ) ); visible when ( ( ! localvarbool( "ui_hideBack" ) && dvarint( "evox_oldschool" ) != 1 ) ) decoration } itemDef { rect -80 380 300 22 HORIZONTAL_ALIGN_SUBLEFT VERTICAL_ALIGN_SUBTOP borderSize 1 foreColor 1 1 1 1 backColor 0 0 0 0 borderColor 0 0 0 0 outlineColor 0 0 0 0 textFont UI_FONT_OBJECTIVE textAlign ITEM_ALIGN_MIDDLE_RIGHT textAlignX -25 textScale 0.39 textStyle ITEM_TEXTSTYLE_SHADOWED text "FOV Scale" visible when ( ( ! localvarbool( "ui_hideBack" ) && dvarint( "evox_oldschool" ) != 1 ) ) } itemDef { rect -20 380 300 22 HORIZONTAL_ALIGN_SUBLEFT VERTICAL_ALIGN_SUBTOP borderSize 1 foreColor 1 0 0 1 backColor 0 0 0 0 borderColor 0 0 0 0 outlineColor 0 0 0 0 type ITEM_TYPE_MULTI textFont UI_FONT_OBJECTIVE textAlign ITEM_ALIGN_MIDDLE_RIGHT textAlignX -25 textScale 0.39 textStyle ITEM_TEXTSTYLE_SHADOWED action { play mouse_click ; scriptMenuResponse fov ; ; ; } onFocus { play mouse_over ; ; setLocalVarInt ui_highlight_main 12 ; ; } leaveFocus { setLocalVarInt ui_highlight_main 0 ; ; } dvar "cg_fovScale" dvarFloatList { "1" 1 "1.125" 1.125 "1.25" 1.25 "1.3" 1.3 "1.4" 1.4 "1.5" 1.5 } exp material ( ( ( "menu_button_backg" ) ) ); visible when ( ( ! localvarbool( "ui_hideBack" ) && dvarint( "evox_oldschool" ) != 1 ) ) } there is the output
-
This is the button code i used in my mod Quote itemDef { rect -20 130 300 22 HORIZONTAL_ALIGN_SUBLEFT VERTICAL_ALIGN_SUBTOP borderSize 1 foreColor 1 1 1 1 backColor 0 0 0 0 borderColor 0 0 0 0 outlineColor 0 0 0 0 type ITEM_TYPE_BUTTON textFont UI_FONT_OBJECTIVE textAlign ITEM_ALIGN_MIDDLE_RIGHT textAlignX -25 textScale 0.39 textStyle ITEM_TEXTSTYLE_SHADOWED text "^5Auto assign ^1<" action { play mouse_click ; scriptMenuResponse autoassign ; ; } onFocus { play mouse_over ; setLocalVarString ui_choicegroup play_class_marines_flipped ; setLocalVarInt ui_highlight_main 3 ; ; } leaveFocus { setLocalVarInt ui_highlight_main 0 ; } exp material ( ( ( "menu_button_backg" ) ) ); visible when ( ( ! localvarbool( "ui_hideBack" ) && dvarint( "evox_oldschool" ) != 1 ) ) } itemDef { rect -20 230 300 22 HORIZONTAL_ALIGN_SUBLEFT VERTICAL_ALIGN_SUBTOP style WINDOW_STYLE_SHADER borderSize 1 foreColor 0.445 0.457 0.527 1 backColor 0 0 0 0 borderColor 0 0 0 0 outlineColor 0 0 0 0 background "menu_button_backg" textScale 0.55 visible when ( ( ( localvarint( "ui_highlight_main" ) == 4 ) && dvarint( "evox_oldschool" ) != 1 ) ) decoration } itemDef { rect -20 230 300 22 HORIZONTAL_ALIGN_SUBLEFT VERTICAL_ALIGN_SUBTOP style WINDOW_STYLE_SHADER borderSize 1 foreColor 0.445 0.457 0.527 0.4 backColor 0 0 0 0 borderColor 0 0 0 0 outlineColor 0 0 0 0 background "menu_button_backg" textScale 0.55 visible when ( ( ! localvarbool( "ui_hideBack" ) && dvarint( "evox_oldschool" ) != 1 ) ) decoration } itemDef { rect -20 252 300 4 HORIZONTAL_ALIGN_SUBLEFT VERTICAL_ALIGN_SUBTOP style WINDOW_STYLE_SHADER borderSize 1 foreColor 1 1 1 0.7 backColor 0 0 0 0 borderColor 0 0 0 0 outlineColor 0 0 0 0 textScale 0.55 exp material ( ( ( "menu_button_backg" ) ) ); visible when ( ( ( localvarint( "ui_highlight_main" ) == 4 ) && dvarint( "evox_oldschool" ) != 1 ) ) decoration } itemDef { rect -20 252 300 4 HORIZONTAL_ALIGN_SUBLEFT VERTICAL_ALIGN_SUBTOP style WINDOW_STYLE_SHADER borderSize 1 foreColor 1 1 1 0.2 backColor 0 0 0 0 borderColor 0 0 0 0 outlineColor 0 0 0 0 textScale 0.55 exp material ( ( ( "menu_button_backg" ) ) ); visible when ( ( ! localvarbool( "ui_hideBack" ) && dvarint( "evox_oldschool" ) != 1 ) ) decoration } This is the output
-
Server listed but can't connect
DA3K_DRAGON` replied to Flower ðŸ‡ðŸ‡°'s topic in Bugs & Feature Requests
soz i think you are a using vps -
DA3K_DRAGON` started following BoB
-
Same result
-
is add this line to promod_ruleset.. setDvar( "EvoX_Verify_License", "3XLED-YR4ND-FFR4H-AAWG4" ); and add this in menu file on mod.ff for verification.. itemDef { rect 0 0 1 1 HORIZONTAL_ALIGN_CENTER VERTICAL_ALIGN_CENTER borderSize 1 foreColor 1 1 1 1 backColor 0 0 0 0 borderColor 0 0 0 0 outlineColor 0 0 0 0 textFont UI_FONT_OBJECTIVE textAlign ITEM_ALIGN_LEGACY_CENTER textScale 0.4 textStyle ITEM_TEXTSTYLE_SHADOWEDMORE exp text ( ( ( "^1Opzz...^0You ^1Can't ^0Use this ^1MOD ^0without ^1Premission......" ) ) ); visible when ( ( ( dvarstring( "EvoX_Verify_License" ) != "3XLED-YR4ND-FFR4H-AAWG4" ) ) ) decoration but the i start the server with mod that message is visible... how can i fix it
-
Anyone know how to add a new dvarstring to cod4 mod?
-
@NeHo Can you tell me what the error of this file..no ss are shown....i want public ss site via cod4 status server-screenshots.php
-
go to runtime folder and find libstdc++.so.6 and copy libstdc++.so.6 to your cod4x18_dedrun's location
-
can you send this file plz
-
DA3K_DRAGON` started following K4r3l01
-
Rcon status shows all players guide as 0
DA3K_DRAGON` replied to DA3K_DRAGON`'s topic in Bugs & Feature Requests
I rebuild the vps and Use latest cod4x server files got by the cod4x site -
Rcon status shows all players guide as 0
DA3K_DRAGON` replied to DA3K_DRAGON`'s topic in Bugs & Feature Requests
Yes..I Check that....steamclient.so and steam_api.so are in cod4 root folder...I did all Solution but cant slove that yet Rcon from 172.104.176.55:58831: status map: mp_backlot num score ping guid name lastmsg address qport rate --- ----- ---- -------------------------------- --------------- ------- --------------------- ----- ----- 0 0 69 0 [D]UKE|CH4MU^7 0 112.134.37.73:58612 55157 25000 1 0 126 0 DA3K DRAGON^7 0 175.157.147.66:19737 47475 25000 2 0 123 0 lesbian corner?^7 0 116.206.247.42:58420 59402 25000 -
DA3K_DRAGON` started following B3 doesn't work with Cod4x 1.8
-
Rcon from 172.104.176.55:58831: status map: mp_backlot num score ping guid name lastmsg address qport rate --- ----- ---- -------------------------------- --------------- ------- --------------------- ----- ----- 0 0 69 0 [D]UKE|CH4MU^7 0 112.134.37.73:58612 55157 25000 1 0 126 0 DA3K DRAGON^7 0 175.157.147.66:19737 47475 25000 2 0 123 0 lesbian corner?^7 0 116.206.247.42:58420 59402 25000 Why this guid is 0 for all players
- 12 replies
-
- cod4x
- bigbrotherbot
- (and 4 more)
-
Rcon status shows all players guide as 0
DA3K_DRAGON` replied to DA3K_DRAGON`'s topic in Bugs & Feature Requests
@NeHo I try that..but same output -
Rcon status shows all players guide as 0
DA3K_DRAGON` replied to DA3K_DRAGON`'s topic in Bugs & Feature Requests
@NeHoqconsole.log here it is