Post: Map on Hard Core
09-29-2013, 07:05 PM #1
AlabamaHit
ROLL TIDE!!!
(adsbygoogle = window.adsbygoogle || []).push({}); Anyone know offset for brining the map up all the time on hard core? It only shows of course with a uav on. But when I turn on super uav the map don't show. Any ideas?
09-29-2013, 07:06 PM #2
Citadel
Samurai Poster
I've never had the UAV with the hud on. I just kept pressing start to see where they bitches at and ran to them
09-29-2013, 07:17 PM #3
AlabamaHit
ROLL TIDE!!!
yeah but there has to be a way to turn it on. I just can't seem to find it. Wondering if anyone else has already found it.
09-29-2013, 07:37 PM #4
Tustin
Balls of Steel
Try this:
ui_hud_hardcore - 0x18CAB64 - set to 00
09-29-2013, 07:43 PM #5
AlabamaHit
ROLL TIDE!!!
Originally posted by Tustin View Post
Try this:
ui_hud_hardcore - 0x18CAB64 - set to 00


Seems no effect. Even when I call in UAV it stays at 01
10-10-2013, 03:40 AM #6
INSAN3LY_D34TH
INSAN3LY GAMING
Originally posted by AlabamaHit View Post
Seems no effect. Even when I call in UAV it stays at 01


I found it a while back, let me find it in my work somewhere and ill re quote you with it
10-26-2013, 04:16 AM #7
Originally posted by AlabamaHit View Post
Anyone know offset for brining the map up all the time on hard core? It only shows of course with a uav on. But when I turn on super uav the map don't show. Any ideas?


I got it mate you have to use cbuf
Code:
public void CBuf_AddText(uint client, string command)
{
uint CBuf_AddText = 0x1DB240;
CallFunc(CBuf_AddText, 0, str_pointer(command));
}
Put this in button: CBuf_AddText((uint)0, "g_hardcore 0"); <------ for hud on CBuf_AddText((uint)0, "g_hardcore 1");<----- hud off

The following 2 users say thank you to Whos Your Host for this useful post:

AlabamaHit, BaSs_HaXoR
10-27-2013, 01:02 AM #8
Originally posted by AlabamaHit View Post
Anyone know offset for brining the map up all the time on hard core? It only shows of course with a uav on. But when I turn on super uav the map don't show. Any ideas?


also since its CBuf it uses local clients so you can use even when youre not host ^^
10-28-2013, 12:59 AM #9
AlabamaHit
ROLL TIDE!!!
Originally posted by WhosYourHost View Post
also since its CBuf it uses local clients so you can use even when youre not host ^^



Been playing BF4 so not been able to try it. but coudln't i do it liek this?

CallFunc(0x1DB240, 0, str_pointer("g_hardcore 0"));

And not add a function? (I have the call func already)
10-28-2013, 02:38 AM #10
Originally posted by AlabamaHit View Post
Been playing BF4 so not been able to try it. but coudln't i do it liek this?

CallFunc(0x1DB240, 0, str_pointer("g_hardcore 0"));

And not add a function? (I have the call func already)


im not sure i would but the private void just in case and you can alot of other stuff with CBuf

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo