Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 488 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 488 Bytes

player-blips

  • Fully event driven.
  • Dynamically switches between coordinate blips and entity blips.
  • Makes use of scope events to maximize efficiency.
  • Features vehicle blip sprites.
  • Clients only update players in the same routing bucket.

Install

  • Drop playerblips into your resource directory.
  • Add ensure playerblips to your server.cfg file.

Usage

To change the update rate for coordinate blips, change the following in config.json

{
    "Delay": 500
}