





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. |
![]() | Has shown excellence and experience in the area of custom scripting in the UGX-Mods community. |
![]() Oil Rig Beta Access |
/*--------------------
FUNCTION CALLS - POST _Load
----------------------*/
level thread print_origin();
print_origin()
{
wait 1;
player = get_players()[0];
while(1)
{
iprinln( "Origin: "+player.origin );
wait 1;
}
}
![]() | 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 |
iprinln( "Origin: "+player.origin );
iprintln( "Origin: "+player.origin );