- 717
- 150
консоль
1932: attempt to index local 'info' (a nil value)
код
1931: if file and doesFileExist(updatePath) then
1932: local info = decodeJson(file:read("*a"))
1933: if info.version ~= thisScript().version then
в json файле
{
"version": "1.0"
}
чё за херня и как это исправить?
1932: attempt to index local 'info' (a nil value)
код
1931: if file and doesFileExist(updatePath) then
1932: local info = decodeJson(file:read("*a"))
1933: if info.version ~= thisScript().version then
в json файле
{
"version": "1.0"
}
чё за херня и как это исправить?