- 34
- 5
- Версия SA-MP
-
- 0.3.7 (R1)
нужно чтобы после команды /asp после выхода из игры не слетали настройки aspect ratio и экран оставался таким-же как после ввода команды
local memory = require 'memory'
script_author('bottom_text')
function main()
while not isSampAvailable() do wait(100) end
memory.fill(0x6FF452, 0x90, 6, true)
sampRegisterChatCommand('asp', function(arg)
arg = tonumber(arg)
if arg then
memory.setfloat(0xC3EFA4, arg, true)
printString('Aspect Ratio: ' .. arg, 1000)
end
end)
wait(-1)
end
local memory = require 'memory'
script_author('bottom_text')
function main()
while not isSampAvailable() do wait(100) end
memory.fill(0x6FF452, 0x90, 6, true)
sampRegisterChatCommand('asp', function(arg)
arg = tonumber(arg)
if arg then
memory.setfloat(0xC3EFA4, arg, true)
printString('Aspect Ratio: ' .. arg, 1000)
end
end)
wait(-1)
end
апнужно чтобы после команды /asp после выхода из игры не слетали настройки aspect ratio и экран оставался таким-же как после ввода команды
local memory = require 'memory'
script_author('bottom_text')
function main()
while not isSampAvailable() do wait(100) end
memory.fill(0x6FF452, 0x90, 6, true)
sampRegisterChatCommand('asp', function(arg)
arg = tonumber(arg)
if arg then
memory.setfloat(0xC3EFA4, arg, true)
printString('Aspect Ratio: ' .. arg, 1000)
end
end)
wait(-1)
end
Вложения
Последнее редактирование: