Hello, so the problem is when i use citizen.wait(x) idk why but it wait 2 times X.
Example:
Citizen.Wait(5000)
print("wait is finished")
It will print 10 seconds later but normally it shuld print only 5 seconds later. I think you understand what i mean so someone can tell me why ?