function main()
if not isSampLoaded() or not isSampfuncsLoaded() then return end
while not isSampAvailable() do wait(100) end
while true do wait(0)
local pStSet = sampGetServerSettingsPtr()
NTdist = memory.getfloat(pStSet + 39)
NTwalls = memory.getint8(pStSet + 47)
NTshow = memory.getint8(pStSet + 56)
memory.setfloat(pStSet + 39, 19.0)
memory.setint8(pStSet + 47, 1)
memory.setint8(pStSet + 56, 1)
end
end