- 24
- 2
- Версия SA-MP
-
- 0.3.7 (R1)
[ML] (error) Test Script: ...тратор\Desktop\GTA BY SAMPHACK\moonloader\degame (2).lua:16: attempt to call global 'sampRegisterChatCommad' (a nil value)
stack traceback:
...тратор\Desktop\GTA BY SAMPHACK\moonloader\degame (2).lua: in function <...тратор\Desktop\GTA BY SAMPHACK\moonloader\degame (2).lua:12>
[ML] (error) Test Script: Script died due to an error. (0E1F242C)
stack traceback:
...тратор\Desktop\GTA BY SAMPHACK\moonloader\degame (2).lua: in function <...тратор\Desktop\GTA BY SAMPHACK\moonloader\degame (2).lua:12>
[ML] (error) Test Script: Script died due to an error. (0E1F242C)
Скрипт:
script_name('Test Script')
script_author('degame')
script_description('Command')
require "lib.moonloader"
local tag = '[My First Script]:'
local main_color = 0x3B39D1
local main_color_text = "{3B39D1}"
local white_color = "{FFFFFF}"
function main()
if not isSampLoaded() or not isSampfuncsLoaded() then return end
while not isSampAvailable() do wait(100) end
sampAddChatMessage(tag .. ' Был успешно загружен', 0xFFFFFF)
sampRegisterChatCommad("testingchat", cmd_normal)
while true do
wait(0)
end
end
function cmd_normal(arg)
sampAddChatMessage("test norm", main_color)
end