LUA Plugin for Script Hook V 10
-
dfiles.ruDownload
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
Плагин для 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
Recommended files

LUA Plugin for Script Hook V 8.0

LUA Plugin 10.1

Script Hook V .NET 0.2.0

Community Script Hook V .NET 2.9.5


Community Script Hook V .NET 2.10.2

Communities Script Hook B .NET 2.10.7


Script Hook V .NET v1.0

Fuel Script V 0.2

Car Super Speed v1.0

Default Radio Station 1.1

Slow Motion/Bullet Time Toggle v1.0

Helmet Control v0.2

Auto Car Paint


Deadly Car Doors Mod v1.0
