mirror of
https://github.com/metrostroi-repo/MetrostroiAddon.git
synced 2026-05-02 00:42:29 +00:00
Mega Super Puper Plus Max Ideal Code
This commit is contained in:
@@ -14,13 +14,13 @@ print("[!] RailNetwork initialized!")
|
||||
local ffi = require("ffi")
|
||||
local OSName = "gmsv_turbostroi_"
|
||||
|
||||
if jis.os == "Windows" then
|
||||
if jit.os == "Windows" then
|
||||
OSName = OSName.."win"
|
||||
elseif jit.os == "Linux" then
|
||||
OSName = OSName.."linux"
|
||||
end
|
||||
|
||||
if jit.arch == "x86"
|
||||
if jit.arch == "x86" then
|
||||
OSName = OSName.."32"
|
||||
else
|
||||
OSName = OSName.."64"
|
||||
|
||||
@@ -217,13 +217,13 @@ thread_msg ThreadRecvMessage(void* p);
|
||||
|
||||
local OSName = "gmsv_turbostroi_"
|
||||
|
||||
if jis.os == "Windows" then
|
||||
if jit.os == "Windows" then
|
||||
OSName = OSName.."win"
|
||||
elseif jit.os == "Linux" then
|
||||
OSName = OSName.."linux"
|
||||
end
|
||||
|
||||
if jit.arch == "x86"
|
||||
if jit.arch == "x86" then
|
||||
OSName = OSName.."32"
|
||||
else
|
||||
OSName = OSName.."64"
|
||||
|
||||
Reference in New Issue
Block a user