Skip to content

Commit

Permalink
some bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SYNO-SY authored Feb 1, 2023
1 parent 7311588 commit 8b32e56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/client.lua
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ AddEventHandler("SY_animations:reciverrequest", function(revicer,reqstcarryanim)
PlaySound(-1, "NAV", "HUD_AMMO_SHOP_SOUNDSET", 0, 0, 1)
Notify(Config.requestmessage,'info')
local waiting = 0
CreateThreadNow(function()
CreateThread(function()
while true do
Wait(5)
if isRequestAnim then
Expand All @@ -67,7 +67,7 @@ AddEventHandler("SY_animations:reciverrequest", function(revicer,reqstcarryanim)
end
end
end)
CreateThreadNow(function()
CreateThread(function()
while true do
Wait(100)
waiting = waiting + 1
Expand Down

0 comments on commit 8b32e56

Please sign in to comment.