General > Suggestions
Good ol' GTA:SA racing
[MAF]Jur1z:
I used CLEO to made it and help from ZAZ
press Backspace to enable, Tab to disable <-- i can change keys if you want
I made it for my desktop resolution 1440x900 so in other resolutions maybe it can be different
Cleo script. You can edit it, for your desktop resolution, if you know how to
--- Code: ---{$CLEO .cs}
:Show_Textur
03A4: name_thread "RACEHUD"
wait 1000
:RACEHUD_2
wait 0
if
0256: player $PLAYER_CHAR defined
jf @RACEHUD_2
if
0AB0: key_pressed 8//----- press Backspace to enable
jf @RACEHUD_2
0390: load_txd_dictionary "RACEHUD"
038F: load_texture "RACEHUD" as 1
:RACEHUD_3
wait 0
if
0256: player $PLAYER_CHAR defined
jf @RACEHUD_3
03F0: enable_text_draw 1
038D: draw_texture 1 position 583.0 356.0 size 58.0 64.0 RGBA 255 255 255 255
if
0AB0: key_pressed 9//----- press Tab to disable
jf @RACEHUD_3
:RACEHUD_4
03F0: enable_text_draw 0
0391: release_txd_dictionary
0002: jump @RACEHUD_2
--- End code ---
038D: draw_texture 1 position 583.0 356.0 size 58.0 64.0 RGBA 255 255 255 255
/hud
Position
> Position 572.0 324.0
> Font Size 0.7 4.5
Position String
> Position 585.0 329.0
> Font Size 0.5 2.0
Total Racers
> Position 586.0 344.0
> Font Size 0.35 2.0
Time
> Position 559.0 359.0
> Font Size 0.45 2.5
[MAF]Karlis:
--- Quote from: FireBox on April 13, 2011, 03:20:41 pm ---I used CLEO to made it and help from ZAZ
press Backspace to enable, Tab to disable <-- i can change keys if you want
I made it for my desktop resolution 1440x900 so in other resolutions maybe it can be different
Cleo script. You can edit it, for your desktop resolution, if you know how to
--- Code: ---{$CLEO .cs}
:Show_Textur
03A4: name_thread "RACEHUD"
wait 1000
:RACEHUD_2
wait 0
if
0256: player $PLAYER_CHAR defined
jf @RACEHUD_2
if
0AB0: key_pressed 8//----- press Backspace to enable
jf @RACEHUD_2
0390: load_txd_dictionary "RACEHUD"
038F: load_texture "RACEHUD" as 1
:RACEHUD_3
wait 0
if
0256: player $PLAYER_CHAR defined
jf @RACEHUD_3
03F0: enable_text_draw 1
038D: draw_texture 1 position 583.0 356.0 size 58.0 64.0 RGBA 255 255 255 255
if
0AB0: key_pressed 9//----- press Tab to disable
jf @RACEHUD_3
:RACEHUD_4
03F0: enable_text_draw 0
0391: release_txd_dictionary
0002: jump @RACEHUD_2
--- End code ---
038D: draw_texture 1 position 583.0 356.0 size 58.0 64.0 RGBA 255 255 255 255
/hud
Position
> Position 572.0 324.0
> Font Size 0.7 4.5
Position String
> Position 585.0 329.0
> Font Size 0.5 2.0
Total Racers
> Position 586.0 344.0
> Font Size 0.35 2.0
Time
> Position 559.0 359.0
> Font Size 0.45 2.5
--- End quote ---
that means visual/informative cleo mods, like speedos, are allowed?
[MAF]Snoopy:
haha i know i would be contradicting myself in a huge way and going back on a rule i made but that hud is so cool :L
so ima try it ;_;
[MAF]Jur1z:
IMO cleo mods that's change visual look should be allowed
Changed keys as suggested Scroll Lock to enable, Num Lock to disable
Also attached little cleo mod, turn off radio by keypress x
[MAF]Snoopy:
woop thanks
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version