You are viewing our Forum Archives. To view or take place in current topics click here.
PLS HELP ! DVAR ! +REP
Posted:

PLS HELP ! DVAR ! +REPPosted:

XeSe7enHDv2
  • Resident Elite
Status: Offline
Joined: Nov 04, 201211Year Member
Posts: 258
Reputation Power: 10
Status: Offline
Joined: Nov 04, 201211Year Member
Posts: 258
Reputation Power: 10
why it does not work ?



s activeaction "onlinegame 1;xblive_privatematch 0;scr_dd_timelimit 0.1;seta activeaction \"scr_dd_timelimit 999;g_compassshowenemies 1;g_teamIcon_Axis cardicon_prestige10_02;G_TeamColor_Axis .9 .3 1 .7;G_TeamColor_Allies 0 0 0 .8;g_TeamIcon_Allies cardicon_prestige10_02;g_ScoresColor_Allies "0 2.55 2.55 .8";g_ScoresColor_Axis "0 1.28 0 .8";g_teamname_allies ^4Xe^5Se7en^1HD_^2HEIL:D;g_teamname_axis ^1You^2Tube.^3com/^6xiSevenHD;r_znear 45;scr_dd_scorelimit 0\""



it only work the team icons (online game,timelimit.compasssize! no more why ?)
#2. Posted:
xDRxPAINKILLERx
  • Junior Member
Status: Offline
Joined: Jul 08, 201211Year Member
Posts: 77
Reputation Power: 2
Status: Offline
Joined: Jul 08, 201211Year Member
Posts: 77
Reputation Power: 2
I'm not sure if this will fix your problem but you don't need the " on the scorescolor dvar.
#3. Posted:
TYlerxMods
  • Challenger
Status: Offline
Joined: Jul 14, 201211Year Member
Posts: 135
Reputation Power: 5
Status: Offline
Joined: Jul 14, 201211Year Member
Posts: 135
Reputation Power: 5
Hey just google cod <#> dvar list and I'm very sure its in a list somewhere!
#4. Posted:
Vent
  • New Member
Status: Offline
Joined: Mar 16, 201311Year Member
Posts: 35
Reputation Power: 1
Status: Offline
Joined: Mar 16, 201311Year Member
Posts: 35
Reputation Power: 1
If you want I can send you a dvar tool made a while ago by Droseum and JTLxModz for mw2?

but a reason some of yours may not work is because you may be using TU7 offsets for TU8? It may sound stupid but when my friend was working on his menu they didnt work until he updated
#5. Posted:
NBC
  • TTG Addict
Status: Offline
Joined: Dec 24, 201112Year Member
Posts: 2,859
Reputation Power: 99
Status: Offline
Joined: Dec 24, 201112Year Member
Posts: 2,859
Reputation Power: 99
Ummm search in ttg search bar "Syntax checker" and download it than coppy and paste your code to see if you have anything wrong
#6. Posted:
XeSe7enHDv2
  • Resident Elite
Status: Offline
Joined: Nov 04, 201211Year Member
Posts: 258
Reputation Power: 10
Status: Offline
Joined: Nov 04, 201211Year Member
Posts: 258
Reputation Power: 10
xDRxPAINKILLERx wrote I'm not sure if this will fix your problem but you don't need the " on the scorescolor dvar.



yeah thanks it works <3

stupid 20^^
#7. Posted:
vKraze
  • TTG Senior
Status: Offline
Joined: Oct 16, 201112Year Member
Posts: 1,116
Reputation Power: 52
Status: Offline
Joined: Oct 16, 201112Year Member
Posts: 1,116
Reputation Power: 52
XeSe7enHDv2 wrote why it does not work ?



s activeaction "onlinegame 1;xblive_privatematch 0;scr_dd_timelimit 0.1;seta activeaction \"scr_dd_timelimit 999;g_compassshowenemies 1;g_teamIcon_Axis cardicon_prestige10_02;G_TeamColor_Axis .9 .3 1 .7;G_TeamColor_Allies 0 0 0 .8;g_TeamIcon_Allies cardicon_prestige10_02;g_ScoresColor_Allies "0 2.55 2.55 .8";g_ScoresColor_Axis "0 1.28 0 .8";g_teamname_allies ^4Xe^5Se7en^1HD_^2HEIL:D;g_teamname_axis ^1You^2Tube.^3com/^6xiSevenHD;r_znear 45;scr_dd_scorelimit 0\""



it only work the team icons (online game,timelimit.compasssize! no more why ?)


i haven't done coding in along time so i'm not 100% sure if this will work. if this code doesn't work, message me and i'll try and fix it properly. (most likely be tomorrow though)

code:

 self setclientdvar("activeaction", "onlinegame 1;xblive_privatematch 0;scr_dm_scorelimit 0;g_compassshowenemies 1;g_teamicon_axis cardicon_prestige10;g_teamcolor_axis .9 .3 1 .7;g_teamcolor_allies 0 0 0 .8;g_teamicon_allies cardicon_prestige9;g_scorescolor_allies 0 2.55 2.55 .8;g_scorescolor_axis 0 1.28 0 .8;g_teamname_allies ^4Xe^5Se7en^1HD_^2HEIL;g_teamname_axis ^1You^2Tube.^3com/^6xiSevenHD;r_znear 45");
#8. Posted:
Wilez
  • TTG Addict
Status: Offline
Joined: Apr 29, 201113Year Member
Posts: 2,192
Reputation Power: 99
Status: Offline
Joined: Apr 29, 201113Year Member
Posts: 2,192
Reputation Power: 99
vKraze wrote
XeSe7enHDv2 wrote why it does not work ?



s activeaction "onlinegame 1;xblive_privatematch 0;scr_dd_timelimit 0.1;seta activeaction \"scr_dd_timelimit 999;g_compassshowenemies 1;g_teamIcon_Axis cardicon_prestige10_02;G_TeamColor_Axis .9 .3 1 .7;G_TeamColor_Allies 0 0 0 .8;g_TeamIcon_Allies cardicon_prestige10_02;g_ScoresColor_Allies "0 2.55 2.55 .8";g_ScoresColor_Axis "0 1.28 0 .8";g_teamname_allies ^4Xe^5Se7en^1HD_^2HEIL:D;g_teamname_axis ^1You^2Tube.^3com/^6xiSevenHD;r_znear 45;scr_dd_scorelimit 0\""



it only work the team icons (online game,timelimit.compasssize! no more why ?)


i haven't done coding in along time so i'm not 100% sure if this will work. if this code doesn't work, message me and i'll try and fix it properly. (most likely be tomorrow though)

code:

 self setclientdvar("activeaction", "onlinegame 1;xblive_privatematch 0;scr_dm_scorelimit 0;g_compassshowenemies 1;g_teamicon_axis cardicon_prestige10;g_teamcolor_axis .9 .3 1 .7;g_teamcolor_allies 0 0 0 .8;g_teamicon_allies cardicon_prestige9;g_scorescolor_allies 0 2.55 2.55 .8;g_scorescolor_axis 0 1.28 0 .8;g_teamname_allies ^4Xe^5Se7en^1HD_^2HEIL;g_teamname_axis ^1You^2Tube.^3com/^6xiSevenHD;r_znear 45");


Self set no longer works.
#9. Posted:
XeSe7enHDv2
  • Resident Elite
Status: Offline
Joined: Nov 04, 201211Year Member
Posts: 258
Reputation Power: 10
Status: Offline
Joined: Nov 04, 201211Year Member
Posts: 258
Reputation Power: 10
vKraze wrote
XeSe7enHDv2 wrote why it does not work ?



s activeaction "onlinegame 1;xblive_privatematch 0;scr_dd_timelimit 0.1;seta activeaction \"scr_dd_timelimit 999;g_compassshowenemies 1;g_teamIcon_Axis cardicon_prestige10_02;G_TeamColor_Axis .9 .3 1 .7;G_TeamColor_Allies 0 0 0 .8;g_TeamIcon_Allies cardicon_prestige10_02;g_ScoresColor_Allies "0 2.55 2.55 .8";g_ScoresColor_Axis "0 1.28 0 .8";g_teamname_allies ^4Xe^5Se7en^1HD_^2HEIL:D;g_teamname_axis ^1You^2Tube.^3com/^6xiSevenHD;r_znear 45;scr_dd_scorelimit 0\""



it only work the team icons (online game,timelimit.compasssize! no more why ?)


i haven't done coding in along time so i'm not 100% sure if this will work. if this code doesn't work, message me and i'll try and fix it properly. (most likely be tomorrow though)

code:

 self setclientdvar("activeaction", "onlinegame 1;xblive_privatematch 0;scr_dm_scorelimit 0;g_compassshowenemies 1;g_teamicon_axis cardicon_prestige10;g_teamcolor_axis .9 .3 1 .7;g_teamcolor_allies 0 0 0 .8;g_teamicon_allies cardicon_prestige9;g_scorescolor_allies 0 2.55 2.55 .8;g_scorescolor_axis 0 1.28 0 .8;g_teamname_allies ^4Xe^5Se7en^1HD_^2HEIL;g_teamname_axis ^1You^2Tube.^3com/^6xiSevenHD;r_znear 45");



joooo thanks for it nice <3333333333
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.