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 8.0

LUA Plugin for Script Hook V 8.0

  • LUA Plugin for Script Hook V 8.0 / GTA 5
GTA 5 / Programs / Script writing
Author:
headscript
More details
Author's contacts:
Open the site
Uploaded:
Evgenii Sokolov Subscribe You are subscribed
Size:
610.93 Kb
Uploaded:
29 April 2015
Downloads:
2.5K
Total downloads: 2501
Unique downloads: 224
10 / 10
14 people rated the file
voviksoft
Genad
Алекс Мерсер
An7on
AlexandeRR
Jassy
Cumsterdump
Lyohha
maxadenk2000
ILYA6
Nellsen
Trucker69
SergeDV
=SpitFire=
No one has rated the file yet.
Download Download in Telegram Download in Discord
To favorites In favorites
  • 1430327042_3c8d22-lua.zip
    Virus check from Virustotal: the file is safe (view report)
    Download (0.60 MB)
  • dfiles.eu
    Download

Write any LUA Script for GTA5

you are able to use all Natives from NativeDB

Requirements:

- Script Hook V

- Visual Studio 2013 x64 Redist

Installation Instructions:

- Extract LUA.zip

- Move the LUA.asi in the GTA5 Folder where the ScriptHookV.dll is located

- Place the scripts folder in the GTA 5 Folder

- Add any Scripts you want into the scripts/addins folder

- Run GTA 5 over Steam or Rockstar Launcher

Example


function tick()
local playerPed = PLAYER.PLAYER_PED_ID()
local player = PLAYER.GET_PLAYER_PED(playerPed)
local playerExists = ENTITY.DOES_ENTITY_EXIST(playerPed)
if(playerExists) then
if(PED.IS_PED_IN_ANY_VEHICLE(playerPed, false)) then
local veh = PED.GET_VEHICLE_PED_IS_IN(playerPed,true)
if(get_key_pressed(115)) then
VEHICLE.SET_VEHICLE_FORWARD_SPEED(veh,500)
end
end
end
end
Comments 5
© 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