


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 released one or more maps to the UGX-Mods community which have been added to the UGX Map Manager. |
![]() Oil Rig Beta Access |
You can just precache them in the _loadout.gsc, somewhere at the top. Under this for example: Code SnippetPlaintextinit_loadout()
{
level.default_weapon = "zombie_colt";
level.last_stand_weapon = "zombie_colt";
Just add: Code SnippetPlaintextPrecacheModel( "MODEL-NAME-HERE" );