Randolio / randol_burgershot

A Burgershot job for ESX/QB
39 stars 15 forks source link

server thread and sync thread go nuts when doing the job #1

Closed SKITTLE6969 closed 1 year ago

SKITTLE6969 commented 1 year ago

These two Wait(0) makes server thread and sync thread go nuts when doing the job

https://github.com/Randolio/randol_burgershot/blob/c440a3f71a73f8ce7453643a46701f13929d9df5/randol_burgershot/client/cl_burgershot.lua#L47 https://github.com/Randolio/randol_burgershot/blob/c440a3f71a73f8ce7453643a46701f13929d9df5/randol_burgershot/client/cl_burgershot.lua#L72

SKITTLE6969 commented 1 year ago

These two Wait(0) makes server thread and sync thread go nuts when doing the job

https://github.com/Randolio/randol_burgershot/blob/c440a3f71a73f8ce7453643a46701f13929d9df5/randol_burgershot/client/cl_burgershot.lua#L47

https://github.com/Randolio/randol_burgershot/blob/c440a3f71a73f8ce7453643a46701f13929d9df5/randol_burgershot/client/cl_burgershot.lua#L72

probably the first one i made it wait(1000)

Randolio commented 1 year ago

Thats just a you problem broski, runs at 0.00ms for me

SKITTLE6969 commented 1 year ago

ill try adding a fresh copy