
Posts
200
Respect
54Add +1
Forum Rank
Mr. Elemental
Primary Group
Donator ♥
Login Issues
Forgot password?Activate Issues
Account activation email not received? Wrong account activation email used?Other Problems?
Contact Support - Help Center Get help on the UGX Discord. Join it now!![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |



![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
![]() | Has shown excellence and experience in the area of custom scripting in the UGX-Mods community. |
![]() Oil Rig Beta Access |
iprintlnbold( "Hello" ); text_hud = create_simple_hud();
text_hud.foreground = true;
text_hud.sort = 1;
text_hud.hidewheninmenu = false;
text_hud.alignX = "center";
text_hud.alignY = "middle";
text_hud.horzAlign = "center";
text_hud.vertAlign = "middle";
text_hud.fontScale = 1;
text_hud.color = ( 1, 1, 1 );
text_hud.alpha = 1;
text_hud setText( "Hello" );
wait 4;
text_hud destroy_hud();
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
