- 1,790
- 1,577
- Версия SA-MP
-
- 0.3.7 (R1)
Lua:
require "lib.moonloader"
require "lib.vkeys"
function main()
while not isSampAvailable() wait (0) end
if not isSampLoaded() or not isSampfuncsLoaded() then return end
sampAddChatMessage('[text]: {FFFFFF}Loaded.')
if isKeyJustPressed(VK_L) then
sampAddChatMessage ("text")
end
end
начал изучать луа и решил хотяб в чат сообщение отправлять и не понимаю в чем моя ошибка