Skip to content

Commit

Permalink
Update main.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed May 12, 2024
1 parent 4f5ffb2 commit a528a32
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
ESX = exports["es_extended"]:getSharedObject()

local oPlayer = false
local playerpos = false
local oPlayer, playerpos = false, false

CreateThread(function()
while true do
Expand Down Expand Up @@ -97,7 +96,7 @@ CreateThread(function()
end
end)

local oldped
local oldped = {}
function CanSlaughterPed(ped)
if
not IsPedAPlayer(ped)
Expand Down

0 comments on commit a528a32

Please sign in to comment.