forked from hkc/cc-stuff
1
0
Fork 0

wallhack: sleeping until there is player object

This commit is contained in:
Vftdan 2023-10-13 15:07:39 +03:00
parent 0c1cfe78ec
commit 34319f09ad
1 changed files with 4 additions and 0 deletions

View File

@ -37,6 +37,10 @@ return function()
return result
end
while _G.player == nil do
os.sleep(0.05)
end
local cache = {}
while _G._running do
updateLookVector()