⚙️Configuration

Check the instructions below.

  • Set the ui open command. (Also players has a key option aat keybinds)

Config.MenuCommand = "squad",
  • Set the script options.

    • Set squad members can fire each other. (Squad members can hit each other when this option is true)

      Config.FriendlyFire = false,

    • Set members can see each other on bmap as a blip.

      Config.MemberBlips = true,

    • Set members can see name tags above each others head.

      Config.GamerTags = true
  • Set the marker options

    • Set how many seconds will marker shown in seconds.

      Config.MarkerTimer = 3 -- seconds

    • Set the type of the marker.

      Config.MarkerType = 1

    • Set a default image for members who does not have steam avatar.

Config.NoImage= "Image Link", 

Last updated