Skip to content

Commit

Permalink
Update ENTITY/IsEntityAtCoord.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Paulin <[email protected]>
  • Loading branch information
BJDubb and JayPaulinCodes authored Nov 20, 2024
1 parent cb93fe8 commit bd2331e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ENTITY/IsEntityAtCoord.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ Returns `true` if the entity is within the bounds specified and aligns with the

## Examples
```lua
Citizen.CreateThread(function()
CreateThread(function()
while true do
Citizen.Wait(0)
Wait(0)

local player = PlayerPedId()
local point = vec3(-3041.72, 32.72, 8.52)
local size = vec3(10.0, 10.0, 0.0)
local point = vector3(-3041.72, 32.72, 8.52)
local size = vector3(10.0, 10.0, 0.0)
local highlightArea = true
local do3DCheck = false
local transportMode = 0
Expand Down

0 comments on commit bd2331e

Please sign in to comment.