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!Linking "zm_cavechallenge" (usermaps\zm_cavechallenge stable 2951413 v593):
processing...
done: 0m14.31s
********************************************************************************
UNRECOVERABLE ERROR:
Could not create A:\Arquivos de Programas\Steam\steamapps\common\Call of Duty Black Ops III\/usermaps\zm_cavechallenge/zone_source/all/assetinfo/zm_cavechallenge.csv.
Linker will now terminate.
********************************************************************************
==================================================
Linker summary:
There were no errors or warnings.
==================================================
function staminup() {
trigger = GetEnt("stamintrig", "targetname");
trigger waittill("trigger", player);
trigger Delete();
IPrintLnBold("Staminup");
staminuperk = GetEntArray("stamin", "targetname");
foreach (stamin in staminuperk) {
stamin MoveZ(-235, 1);
IPrintLnBold("Stamin");
}
staminuperkstructs = struct::get_array("stamin", "targetname");
foreach (stamin in staminuperkstructs) {
stamin MoveZ(-235, 1);
IPrintLnBold("Staminstructs");
}
IPrintLnBold("Staminup moved");
}
function(argument)
thread function(argument)