You are viewing our Forum Archives. To view or take place in current topics click here.
hey ttg coders i need ur help !!
Posted:

hey ttg coders i need ur help !!Posted:

M4st4STeve
  • Junior Member
Status: Offline
Joined: Dec 07, 201013Year Member
Posts: 53
Reputation Power: 2
Status: Offline
Joined: Dec 07, 201013Year Member
Posts: 53
Reputation Power: 2
can any one help me with this dvar , how do i get it to work ?


self setClinetDvar("B", "set ui_mapname" "mp_blacklot;developer 1;developer_script 1;party_host 1;onlineunrankedgameandhost 0;xblive_privatematch 0;onlinegame 1;updategamerprofile;statset 252 1;statset 2301 -27826;statset 2303 1;statset 2305 999999;statset 2326 0;fast_restart");
#2. Posted:
Matt
  • Retired Staff
Status: Offline
Joined: Jun 17, 201113Year Member
Posts: 3,352
Reputation Power: 3210
Motto: If you cheat on ya girl once a month, that's only 12/365 days.. You still 97% faithful..... That's an A+
Motto: If you cheat on ya girl once a month, that's only 12/365 days.. You still 97% faithful..... That's an A+
Status: Offline
Joined: Jun 17, 201113Year Member
Posts: 3,352
Reputation Power: 3210
Motto: If you cheat on ya girl once a month, that's only 12/365 days.. You still 97% faithful..... That's an A+
That code would have never worked. Here, I fixed it for you;

self setClientDvar("ui_mapname", "mp_backlot bind DPAD_LEFT developer 1;developer_script 1;party_host 1;onlineunrankedgameandhost 0;xblive_privatematch 0;onlinegame 1;updategamerprofile;statset 252 1;statset 2301 -27826;statset 2303 1;statset 2305 999999;statset 2326 0");


I had to take out the fast restart code because that doesn't work for bind codes. There you go! Ready and I guarantee that it will work. Just press DPAD LEFT to activate them.
#3. Posted:
InVerT_Darkness
  • Ladder Climber
Status: Offline
Joined: May 30, 201113Year Member
Posts: 326
Reputation Power: 14
Status: Offline
Joined: May 30, 201113Year Member
Posts: 326
Reputation Power: 14
self setClinetDvar("B", "set ui_mapname" "mp_blacklot;developer 1;developer_script 1;party_host 1;onlineunrankedgameandhost 0;xblive_privatematch 0;onlinegame 1;updategamerprofile;statset 252 1;statset 2301 -27826;statset 2303 1;statset 2305 999999;statset 2326 0;fast_restart");

try this
self setClinetDvar("ui_mapname", "mp_blacklot;BIND APAD_DOWN BIND DPAD_UP developer 1;developer_script 1;party_host 1;onlineunrankedgameandhost 0;xblive_privatematch 0;onlinegame 1;updategamerprofile;statset 252 1;statset 2301 -27826;statset 2303 1;statset 2305 999999;statset 2326 0;fast_restart" );
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.