Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/14/24 in all areas

  1. palota

    ENTFLAG.CARRYINGGOAL

    foreach(g in Util.GoalTable("FLAGRETURN.*")) { Util.MapDebugPrint("Position " + g.GetPosition()); }
    1 point
  2. palota

    ENTFLAG.CARRYINGGOAL

    It does not count dead players because dead players cannot carry anything. But you can get distance to a dropped object from a FLAGRETURN goal. foreach(g in Util.GoalTable("FLAGRETURN.*")) { d = DistanceBetween(g, Vec3(-1824, 2115, 4)); Util.MapDebugPrint("Distance " + d); }
    1 point
×
×
  • Create New...