For AI agents: visit https://fivemtools-libs.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI. Append .md to any documentation page URL to get its markdown version.
Jump to Content
FivemTools Libs
HomeGuides
GithubWeb siteFivemTools Libs
Guides
GithubWeb site
GetPedsInAround

Infos

  • Install
  • Licence

Events

  • OnClientReady

Rcon comands

  • debugMode

Convar

  • debug

Blip

  • AddBlip
  • RemoveBlip
  • ShowBlip
  • HideBlip
  • SetBlip

Marker

  • AddMarker
  • RemoveMarker
  • SwitchMarker
  • EnableMarker
  • DisableMarker
  • GetCurrentMarkers
  • SetMarker

Trigger

  • AddTrigger
  • RemoveTrigger
  • SwitchTrigger
  • EnableTrigger
  • DisableTrigger
  • GetCurrentTrigger
  • SetTrigger

Area

  • AddArea
  • RemoveArea
  • EnableArea
  • DisableArea
  • SwitchArea
  • SetArea

Menu

  • AddMenu
  • RemoveMenu
  • MenuIsOpen
  • GetCurrentMenu
  • GetPrimaryMenu
  • FreezeMenu
  • OpenMenu
  • ResetMenu
  • CloseMenu
  • NextMenu
  • BackMenu
  • CleanMenuButtons
  • SetMenuButtons
  • SetMenuValue
  • AddMenuButton
  • RemoveMenuButton
  • SelecteButton

Ui

  • HelpPromt
  • LoadingPromt
  • Notification
  • AdvancedNotification
  • Text
  • OpenTextInput
  • TextNotification
  • Show3DText

Instructional Buttons

  • AddInstructionalButtons
  • GetCurrentInstructionalButtons
  • RemoveInstructionalButtons
  • DisplayInstructionalButtons

Utils

  • TableLength
  • Round
  • CommaValue
  • Copy
  • Clone
  • GetSteamIDFormSource
  • GetIpFormSource
  • PrintTable
  • DebugPrint
  • TableContainsValue
  • GetLastContentValue
  • GetRandomString
  • GetDistanceBetween3DCoords

Entity & Player

  • GetEntityInDirection
  • GetEntityObjectInDirection
  • GetEntitiesInArea
  • GetEntitiesInAround
  • Objects
    • GetObjects
    • GetObjectInDirection
    • GetObjectsInArea
    • GetObjectsInAround
  • Ped
    • GetPeds
    • GetPedInDirection
    • GetPedsInArea
    • GetPedsInAround
  • Vehicle
    • GetVehicles
    • GetVehicleInDirection
    • GetVehiclesInArea
    • GetVehiclesInAround
  • Pickup
    • GetPickups
    • GetPickupsInArea
    • GetObjectsInAround
  • Player
    • GetPlayersId
    • GetPlayerPed
    • GetPlayersPed
    • GetPlayerCoords
    • GetPlayerPedInDirection
    • GetPlayerServerIdInDirection
    • GetPlayersPedOrderById
  • CastRayPlayerPedToPoint
Powered by 

GetPedsInAround

Suggest Edits

📘

Available

Client

Syntax

GetPedsInAround(settings)

Parameters

VariableType
settingsTable

Settings Parameters

VariableTypeDefault
rangeFloat20

Exemple

exports.ft_libs:GetPedsInAround({
   range = 100
})

Result

Table

Updated almost 8 years ago


  • Table of Contents
    • Syntax
    • Parameters
    • Settings Parameters
    • Exemple
    • Result