- 152
- 14
пишу скрипт на сокращения команды /get guns на /gg и вот у меня проблема как у же не закрывал код вылазит ошибка пожалуйста помогите со скриптом вот код:
Lua:
local hook = require 'lib.samp.events'
function main()
if not isSampfuncsLoaded() or not isSampLoaded() then return end
while not isSampAvailable() do wait(100) end
while true do
wait(0)
sampRegisterChatCommand('gg', function(num)
if num ~= nil then
sampSendChat('/get guns '..num)
end