Up
  • Mods and files
    • All files
    • Exclusives
    • Author files
    • Best files of the week
    • Upload file
  • News
  • Cheats
  • Articles
  • Guides
  • EN
New comments
GTA 6 GTA 5 GTA San Andreas GTA 4 GTA Vice City GTA 3 Red Dead Redemption 2 Red Dead Redemption Other games Mod Development Miscellaneous
  • Mods and files
  • GTA 5
  • Programs
  • Script writing
  • LUA Plugin for Script Hook V 10

LUA Plugin for Script Hook V 10

  • LUA Plugin for Script Hook V 10 / GTA 5
GTA 5 / Programs / Script writing
Author:
headscript
More details
Author's contacts:
Open the site
Uploaded:
An7on Subscribe You are subscribed
Size:
2.62 Mb
Uploaded:
15 May 2015
Downloads:
1.5K
Total downloads: 1515
Unique downloads: 138
10 / 10
8 people rated the file
Guest
Mor
AVP
XXXArsen777
ganic
maxadenk2000
An7on
K.E.Y (shaxtar)
No one has rated the file yet.
Download Download in Telegram Download in Discord
To favorites In favorites
  • 1431680884_lua.zip
    Virus check from Virustotal: the file is safe (view report)
    Download (2.62 MB)
  • dfiles.ru
    Download

Plugin for Script Hook V, which allows you to run self-written LUA scripts in GTA 5.

There are two versions in the archive:

- Regular/Normal

- SDK (console enabled, updated every 10 minutes)

Requires:

- Script Hook V

- Visual Studio 2013 x64 Redist

Installation:

- Unzip the archive

- Put LUA.asi in GTA 5 directory, same place as ScriptHookV.dll

- Place scripts directory in GTA 5 root directory

- Place your LUA scripts in the scripts/addins directory

- Launch GTA 5

Example:

local basemodule = {}

basemodule .GUI = Libs["GUI"]

function basemodule.unload()

end

function basemodule.giveWeapon(weapon)

WEAPON.GIVE_DELAYED_WEAPON_TO_PED(PLAYER.PLAYER_PED_ID(), GAMEPLAY.GEt_HASH_KEY(weapon), 1000, true)

end

function basemodule.init()

bodyguard.GUI.addButton("Give Me RAILGUN",basemodule.giveWeapon,"WEAPON_RAILGUN",0,0.2,0.05,0.05)

end

function basemodule.tick()

basemodule.GUI.tick()

end

return basemodule

The file name and description have been translated. Show original (RU)Show translation (EN)
LUA Plugin for Script Hook V 10

Плагин для Script Hook V, позволяющий запускать в GTA 5 самописные LUA скрипты.

В архиве две версии:

- Обычная/нормальная

- SDK (консоль включена, обновляется каждые 10 минут)

Требует:

- Script Hook V

- Visual Studio 2013 x64 Redist

Установка:

- Распакуйте архив

- Положите LUA.asi в директорию с GTA 5, туда же, где расположен ScriptHookV.dll

- Разместите директорию scripts в корневой директории GTA 5

- Разместите свои LUA скрипты в директории scripts/addins

- Запустите GTA 5

Пример:

local basemodule = {}

basemodule .GUI = Libs[\"GUI\"]

function basemodule.unload()

end

function basemodule.giveWeapon(weapon)

WEAPON.GIVE_DELAYED_WEAPON_TO_PED(PLAYER.PLAYER_PED_ID(), GAMEPLAY.GET_HASH_KEY(weapon), 1000, true)

end

function basemodule.init()

bodyguard.GUI.addButton(\"Give Me RAILGUN\",basemodule.giveWeapon,\"WEAPON_RAILGUN\",0,0.2,0.05,0.05)

end

function basemodule.tick()

basemodule.GUI.tick()

end

return basemodule

Comments 3
© 2008 - 2025 LibertyCity
Creator and developer: Evgenii Sokolov
Copying materials without the permission of the administration or the respective owners is strictly prohibited.
Contact us
Mobile version Desktop version
Mods and files News and articles Cheats and guides Users
Click here for advanced file search