A question.

Fu$10N

Expert
Joined
Mar 5, 2014
Messages
1,101
Reaction score
10
Hi  :ugbase:
Perhaps it's not the right place to ask this question, but anyway :imoverit: :trollface:

I was wondering, is there any way to remove Youtube Mode from BS Project and add the minimap in it ( I mean when you activate Youtube Mode, 2 black widescreen bars appear and removes the chat and minimap completely ). Is there any way to remove Youtube Mode from BS Project and make it allow minimap ?

P.S: I tried to remove the code myself, didn't work, I got an insta-crash, even with anticrasher. [member=23540]Mr.Christmas[/member] [member=111]springfield[/member]
 

MrChristmas

Expert
Joined
Jul 29, 2014
Messages
563
Reaction score
26
[member=12089]Fu$10N[/member]

so you want to have blackbars with minimap or remove the YouTube option completely, I don't understand ;/
 

Fu$10N

Expert
Joined
Mar 5, 2014
Messages
1,101
Reaction score
10
[member=23540]Mr.Christmas[/member] I want Youtube Mode with minimap  with on/off if you can :urtheman:

Edit: If you didn't understand what I said: I want Youtube Mode in .cs and it allows minimap, with on/off.
 

Fu$10N

Expert
Joined
Mar 5, 2014
Messages
1,101
Reaction score
10
Bump [member=23540]Mr.Christmas[/member] [member=111]springfield[/member]  :computer_guy:
[member=21092]monday[/member]
 

Fu$10N

Expert
Joined
Mar 5, 2014
Messages
1,101
Reaction score
10
Bump [member=2]0x688[/member] [member=111]springfield[/member] [member=21092]monday[/member] [member=23540]Mr.Christmas[/member] [member=60]Opcode.eXe[/member]
 

MrChristmas

Expert
Joined
Jul 29, 2014
Messages
563
Reaction score
26
I don't think it's possible to be honest, its because the script enables the widescreen which automatically blocks the radar mode. I also tried to call
Code:
0xBA676C
but it didn't do no good. Maybe others might help you, sorry about that.

Code:
:Checkbox_49 //Label for YouTube Mode
02A3: enable_widescreen 1 
0A48: enable_menu_access_in_widescreen_mode 1 
0BDD: samp set_chat_display_mode 0
if                       
8B92:  not dialog 0@ checkbox 50 is_checked //Check box for YouTube Mode
jf @Checkbox_50 //Next checkbox for next function
02A3: enable_widescreen 0 
0A48: enable_menu_access_in_widescreen_mode 0 
0BDD: samp set_chat_display_mode 2

[member=12089]Fu$10N[/member]
 

Fu$10N

Expert
Joined
Mar 5, 2014
Messages
1,101
Reaction score
10
At leastv it's possible with on/off ?I needed the minimap for filming fragshows  :trollface: Thanks anyway :urtheman:
[member=23540]Mr.Christmas[/member]
 

0x_

Wtf I'm not new....
Staff member
Administrator
Joined
Feb 18, 2013
Messages
1,123
Reaction score
174
Mr.Christmas link said:
I don't think it's possible to be honest, its because the script enables the widescreen which automatically blocks the radar mode. I also tried to call
Code:
0xBA676C
but it didn't do no good.
That's because it's not a function, do you really use the "widescreen" mode of GTA:SA?
Do you actually have 16:9 screen or not?
... And if someone had the offset of the function or the memory address to enable it post it and I'll look.
 

Fu$10N

Expert
Joined
Mar 5, 2014
Messages
1,101
Reaction score
10
0x688 link said:
That's because it's not a function, do you really use the "widescreen" mode of GTA:SA?
Do you actually have 16:9 screen or not?
... And if someone had the offset of the function or the memory address to enable it post it and I'll look.
I have 16:9 screen  :imoverit:
springfield link said:
So.. if you want it removed :imoverit: why don't you just remove the checkbox_49 label, and every call/reference to it?
I want it standalone in .cs, if I wanted it removed from BS I would've already done that :dont_care: all I want is to be able to have the minimap activated while using Youtube Mode. That's all :sadpepe:

[member=111]springfield[/member] [member=21092]monday[/member] [member=60]Opcode.eXe[/member]
 

Fu$10N

Expert
Joined
Mar 5, 2014
Messages
1,101
Reaction score
10
Bump  :computer_guy:
If minimap can't be added in Youtube Mode, can someone at least give me the Youtube Mode standalone in .cs ?
[member=23540]Mr.Christmas[/member] [member=111]springfield[/member]
 
Top