Just make a boolean variable that defines if the loop was already ran. Example: local LoopRan = false Citizen.CreateThread(function() while ...
確定! 回上一頁