не ворк скрипт

sfp1

Новичок
Автор темы
18
4
require 'moonloader'

function main()
while not isSampAvailable() do wait(100) end
sampRegisterChatCommand("ab" function()
local res = placeWaypoint(-2120.2, -760.51, 32.0)
if res then
sampProcessChatInput('/rtp cpm')
sampAddChatMessage("Вы были телепортированы на Авто Базар", 0x0000ff)
end
end)
wait(-1)
end