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!item_pickup()
{
item_model = GetEnt("item_pickup1", "targetname");
item_pickup_trig = GetEnt("item_pickup_trig1", "targetname");
item_pickup_trig sethintstring("Press and hold &&1 to pick up mask");
item_pickup_trig waittill("trigger", player);
item_model delete();
item_pickup_trig delete();
iPrintLn("Picked up Gas Mask");
}