diff --git a/script/scrThreadContext.hpp b/script/scrThreadContext.hpp index e47aed5..d9861f1 100644 --- a/script/scrThreadContext.hpp +++ b/script/scrThreadContext.hpp @@ -7,11 +7,10 @@ namespace rage { enum class eThreadState : std::uint32_t { - idle, running, + idle, killed, - unk_3, - unk_4, + paused }; class scrThreadContext