- 169
- 35
- Версия MoonLoader
- .026-beta
Написал, а оно не работает, памагите😰
Lua:
script_name("pagesize")
script_author("DE1462")
require "lib.moonloader"
function main()
repeat wait(0) until isSampAvailable()
while true do
sampSendChat("/pagesize 20")
sampSendChat("/fontsize -1")
sampSendChat("/timestamp")
sampAddChatMessage("FIXED", -1)
wait(0)
end
end