You are viewing our Forum Archives. To view or take place in current topics click here.
made a patch dvar infection bind.
Posted:

made a patch dvar infection bind.Posted:

CuLVeR
  • Challenger
Status: Offline
Joined: Dec 21, 200914Year Member
Posts: 104
Reputation Power: 4
Status: Offline
Joined: Dec 21, 200914Year Member
Posts: 104
Reputation Power: 4
I've made a bind infection for call of duty 4 but I keep getting an error saying syntax error anyone know the reason why or could be helpful and fix this for me?
#2. Posted:
Roaming
  • Wise One
Status: Offline
Joined: Jul 25, 20149Year Member
Posts: 552
Reputation Power: 25
Status: Offline
Joined: Jul 25, 20149Year Member
Posts: 552
Reputation Power: 25
You have an error obviously. Please post the contents here using this
[code] [/code]
and I will be able to help you. It is most likely a very simple fix because it is infections not a menu.
#3. Posted:
CuLVeR
  • Challenger
Status: Offline
Joined: Dec 21, 200914Year Member
Posts: 104
Reputation Power: 4
Status: Offline
Joined: Dec 21, 200914Year Member
Posts: 104
Reputation Power: 4
#include common_scripts\utility;
#include maps\mp\_utility;

whatever()
{
self setClientDvar("ui_mapname", "mp_shipment; vstr ;bind dpad_down;self setClientDvar( "compassEnemyFootstepEnabled", "1" ); //radar always on
self setClientDvar( "compass", "0" );
self setClientDvar( "compass_show_enemies", "1" ); //always show enemies
self setClientDvar( "scr_game_forceuav", "1" ); //radar always on
#4. Posted:
Roaming
  • Wise One
Status: Offline
Joined: Jul 25, 20149Year Member
Posts: 552
Reputation Power: 25
Status: Offline
Joined: Jul 25, 20149Year Member
Posts: 552
Reputation Power: 25
You were using self setClientDvar the wrong way. From what I have seen you are only looking for UAV. I have given you the line you want to use for this. It includes full UAV working in hardcore and I changed the map to bog. Doing this gives you more space for other DVARs since the map name takes less space. I also binded it to your left stick so when you walk forward it will activate. You can change that back to dpad if you want. Just make sure you take what I have put in the box and paste it into the GSC overwriting what you currently have. It is all done in one line as well.

self setClientDvar("ui_mapname", "mp_bog;bind apad_up compassSize 1.5;compassEnemyFootstepEnabled 1;compass 0;g_compassshowenemies 1;scr_game_forceuav 1;compassEnemyFootstepEnabled 1;compassEnemyFootstepMaxRange 99999;compassEnemyFootstepMaxZ 99999;compassEnemyFootstepMinSpeed 0;compassRadarUpdateTime 0.001;cg_footsteps 1;ui_hud_hardcore 1);


Make sure it is all in one line as well. I can't paste it to be all in one line so you will have to do that yourself while editing the file. If you need more help post here or write on my wall or something.


Edit: You can also shorten the UAV code down a lot if you are making this patch for more than just UAV. I will post that later because all my binds are on a different computer.
#5. Posted:
CuLVeR
  • Challenger
Status: Offline
Joined: Dec 21, 200914Year Member
Posts: 104
Reputation Power: 4
Status: Offline
Joined: Dec 21, 200914Year Member
Posts: 104
Reputation Power: 4
ok thanks i shall try this.. thanks again
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.