Posts
1
Respect
Forum Rank
Fresh Corpse
Primary Group
Member
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!function get_wallbuys(orig, radius, price)
{
weps = getentarray("weapon_upgrade", "targetname");
wep = arraygetclosest(orig, weps, radius);
/*
cost = wep.zombie_cost
if (cost > price) return false;
else if (cost <= price) return wep;
*/
}