安裝說明:
Installation :
After properly setting Szabos mod save one vehicle and exit game .
Szabo's mod by default creates a file called szabopersist (whithout extension)
Just replace that file with mine and start the game again and that's it
IMPORTANT :
To easily spot vehicles from a distance change one line in persist.lua :
找到 persist.lua 插件腳本,打開編輯
將 : local spawndistance = 70
改成: local spawndistance = 200
IMPORTANT 2:
If u think green blips are distracting there's a way to make them black.
Search for this in persist.lua :
找到 persist.lua 插件腳本,打開編輯
local function setvehiclemarker(v, mtype)
Replace this line :
找到
local col = 16742399 --green-blue spawned
改成....
local col = 00000099 --16742399 --green-blue spawned
Done