Configuration

Config Edit

  • Framework Selection

-- For QB-Core servers
PH.Framework = 'qb-core'

-- For ESX servers  
PH.Framework = 'esx'

  • Key Binding > Key to open/close scoreboard (HOME, F10, etc.)

-- Key to open/close scoreboard (HOME, F10, etc.)
PH.DefaultKey = 'HOME'

  • Nearby Distance > Distance to show nearby player IDs (in game units)

PH.NearbyDistance = 20.0
-- Maximum distance to show player tags	0-100
-- 20.0 units = Approximately 20 meters in-game

  • AFK Time

-- AFK Time (minutes) - players are marked AFK after this time of inactivity
PH.AFKTime = 10

Last updated