Ошибка в мунлодере

AERM

Новичок
Автор темы
2
0
создал свой скрипт и не работает в мунлоге пишет это
Код:
[21:14:23.748940] (error)    newlu.lua: D:\Clear GTA SAMP low PC\moonloader\newlu.lua:14: unfinished string near '"{FD9805}[MultiBinder]{FFFFFF}:Use commands /bhelp to view all commands'
[21:14:23.748940] (error)    newlu.lua: Script died due to an error. (01B2549C)
(error)    scriptManager.luac: D:\Clear GTA SAMP low PC\moonloader\scriptManager.luac: cannot load incompatible bytecode
[21:14:23.750940] (error)    scriptManager.luac: Script died due to an error. (01B25624)
Помогите!
 

AERM

Новичок
Автор темы
2
0
Lua:
script_name("FastBinder")
script_author("By Seth_Revenge")
script_version("0.1 beta")
script_description("FastBinder")
function main()
if not isSampfuncsLoaded() or not isSampLoaded() then
        return
    end
    while not isSampAvailable() do
        wait(0)
    end
 repeat wait(0) until isSampAvailable()
 sampAddChatMessage( "{FD9805}[MultiBinder]{FFFFFF}: MultiBinder By Seth_Revenge Loaded successfully.", -1)
 ampAddChatMessage( "{FD9805}[MultiBinder]{FFFFFF}:Use commands /bhelp to view all commands
     sampRegisterChatCommand("t",time_class)
      sampRegisterChatCommand("ms",mask_class)
    sampRegisterChatCommand("arm",armour_class)
      sampRegisterChatCommand("usd",usemed_class)
        sampRegisterChatCommand("bhelp",help_func)
      End


   -- fync


  --help fync

      function help_func()
          sampAddChatMessage("{FD9805}[MultiBinder]{FFFFFF}: /t - /time, /ms - /mask, /arm - /armour, /usd - usemed, ", -1)
      end
      function time_class()
          sampSendChat("/time")
          sampAddChatMessage("{FD9805}[MultiBinder]{FFFFFF}: �� ���������� �� ����." , -1)
          sampSendChat('/me ��������� �� ���� � ����������� "Arizona Games" ')
      end

      -- /time

      function func_click()
          sampAddChatMessage("{FD9805}[MultiBinder]{FFFFFF}: Sucessfull.", -1)
      end

      -- /time

      function mask_class()
          sampSendChat("/mask")
          sampAddChatMessage("{FD9805}[MultiBinder]{FFFFFF}: �� ������������ �����.", -1)
          sampSendChat('/me ������� �� ������ ���������')
      end

      -- /mask

      function func_mask()
          sampAddChatMessage("{FD9805}[MultiBinder]{FFFFFF}: �� ������������ �������: /mask." , -1)
      end

      -- /mask


      function armour_class()
          sampSendChat("/armour")
          sampAddChatMessage("{FD9805}[MultiBinder]{FFFFFF}: �� ������������ ����������.", -1)
          sampSendChat('/me ���� ���������� �� �����')
      end

      -- /armour

      function func_armour()
          sampAddChatMessage("{FD9805}[MultiBinder]{FFFFFF}: �� ������������ �������: /armour." , -1)
      end

      -- fync

      function usemed_class()
          sampSendChat("/usemed")
          sampAddChatMessage("{FD9805}[MultiBinder]{FFFFFF}:  �� ������������ �������.", -1)
          sampSendChat('/me ������ ���� ����� ������������ ���� ')
      end


      -- /usemed
      function func_med()
          sampAddChatMessage("{FD9805}[MultiBinder]{FFFFFF}: �� ������������ �������: /usemed." , -1)
      end
 

barjik

Известный
460
191
Lua:
script_name("FastBinder")
script_author("By Seth_Revenge")
script_version("0.1 beta")
script_description("FastBinder")
function main()
if not isSampfuncsLoaded() or not isSampLoaded() then
        return
    end
    while not isSampAvailable() do
        wait(0)
    end
 repeat wait(0) until isSampAvailable()
 sampAddChatMessage( "{FD9805}[MultiBinder]{FFFFFF}: MultiBinder By Seth_Revenge Loaded successfully.", -1)
 ampAddChatMessage( "{FD9805}[MultiBinder]{FFFFFF}:Use commands /bhelp to view all commands
     sampRegisterChatCommand("t",time_class)
      sampRegisterChatCommand("ms",mask_class)
    sampRegisterChatCommand("arm",armour_class)
      sampRegisterChatCommand("usd",usemed_class)
        sampRegisterChatCommand("bhelp",help_func)
      End


   -- fync


  --help fync

      function help_func()
          sampAddChatMessage("{FD9805}[MultiBinder]{FFFFFF}: /t - /time, /ms - /mask, /arm - /armour, /usd - usemed, ", -1)
      end
      function time_class()
          sampSendChat("/time")
          sampAddChatMessage("{FD9805}[MultiBinder]{FFFFFF}: �� ���������� �� ����." , -1)
          sampSendChat('/me ��������� �� ���� � ����������� "Arizona Games" ')
      end

      -- /time

      function func_click()
          sampAddChatMessage("{FD9805}[MultiBinder]{FFFFFF}: Sucessfull.", -1)
      end

      -- /time

      function mask_class()
          sampSendChat("/mask")
          sampAddChatMessage("{FD9805}[MultiBinder]{FFFFFF}: �� ������������ �����.", -1)
          sampSendChat('/me ������� �� ������ ���������')
      end

      -- /mask

      function func_mask()
          sampAddChatMessage("{FD9805}[MultiBinder]{FFFFFF}: �� ������������ �������: /mask." , -1)
      end

      -- /mask


      function armour_class()
          sampSendChat("/armour")
          sampAddChatMessage("{FD9805}[MultiBinder]{FFFFFF}: �� ������������ ����������.", -1)
          sampSendChat('/me ���� ���������� �� �����')
      end

      -- /armour

      function func_armour()
          sampAddChatMessage("{FD9805}[MultiBinder]{FFFFFF}: �� ������������ �������: /armour." , -1)
      end

      -- fync

      function usemed_class()
          sampSendChat("/usemed")
          sampAddChatMessage("{FD9805}[MultiBinder]{FFFFFF}:  �� ������������ �������.", -1)
          sampSendChat('/me ������ ���� ����� ������������ ���� ')
      end


      -- /usemed
      function func_med()
          sampAddChatMessage("{FD9805}[MultiBinder]{FFFFFF}: �� ������������ �������: /usemed." , -1)
      end
Lua:
script_name("FastBinder")
script_author("By Seth_Revenge")
script_version("0.1 beta")
script_description("FastBinder")

function main()
    repeat wait(0) until isSampAvailable()
    sampAddChatMessage("{FD9805}[MultiBinder]{FFFFFF}: MultiBinder By Seth_Revenge Loaded successfully.", -1)
    sampAddChatMessage("{FD9805}[MultiBinder]{FFFFFF}:Use commands /bhelp to view all commands", -1)
    sampRegisterChatCommand("t",time_class)
    sampRegisterChatCommand("ms",mask_class)
    sampRegisterChatCommand("arm",armour_class)
    sampRegisterChatCommand("usd",usemed_class)
    sampRegisterChatCommand("bhelp",help_func)
    wait(-1)
end


function help_func()
sampAddChatMessage("{FD9805}[MultiBinder]{FFFFFF}: /t - /time, /ms - /mask, /arm - /armour, /usd - usemed", -1)
end

function time_class()
    sampSendChat("/time")
    sampAddChatMessage("{FD9805}[MultiBinder]{FFFFFF}: �� ���������� �� ����." , -1)
    sampSendChat('/me ��������� �� ���� � ����������� "Arizona Games" ')
end

function func_click()
    sampAddChatMessage("{FD9805}[MultiBinder]{FFFFFF}: Sucessfull.", -1)
end

function mask_class()
    sampSendChat("/mask")
    sampAddChatMessage("{FD9805}[MultiBinder]{FFFFFF}: �� ������������ �����.", -1)
    sampSendChat('/me ������� �� ������ ���������')
end

function func_mask()
    sampAddChatMessage("{FD9805}[MultiBinder]{FFFFFF}: �� ������������ �������: /mask." , -1)
end

function armour_class()
    sampSendChat("/armour")
    sampAddChatMessage("{FD9805}[MultiBinder]{FFFFFF}: �� ������������ ����������.", -1)
    sampSendChat('/me ���� ���������� �� �����')
end

function func_armour()
    sampAddChatMessage("{FD9805}[MultiBinder]{FFFFFF}: �� ������������ �������: /armour." , -1)
end

function usemed_class()
    sampSendChat("/usemed")
    sampAddChatMessage("{FD9805}[MultiBinder]{FFFFFF}:  �� ������������ �������.", -1)
    sampSendChat('/me ������ ���� ����� ������������ ���� ')
end

function func_med()
    sampAddChatMessage("{FD9805}[MultiBinder]{FFFFFF}: �� ������������ �������: /usemed." , -1)
end