Script "Drive and Shoot"
The "Drive and Shoot" script will create a car that moves forward when the "H" key is pressed, then its back doors will open, and the ped will start firing at you.
First, install LuaLoader. To do this, follow the link: https://github.com/egor230/lualoader
Next, download plugin.VC and place it in the game root, and place drive and shoot.lua and mod.lua in the lualoader folder, which needs to be created in the game root folder.
setpedcrouch(ped, true, 999999)-- the ped crouched.
If for some reason the script does not work, the error will be logged in the log file located in the lualoader folder.
Скрипт “Drive and shoot” при нажатии клавиши “H” создаст авто, которое поедет вперёд, затем его задние двери откроются, и пед начнёт нести по Вам огонь.
Сначала установите LuaLoader. Для этого перейдите по ссылке: https://github.com/egor230/lualoader
Далее скачайте plugin.VC и поместите в корень игры, а drive and shoot.lua и mod.lua поместите в папку lualoader, которую нужно создать в корневой папке игры.
setpedcrouch(ped, true, 999999)-- пед присел.
Если по какой-то причине скрипт не сработает, ошибка запишется в лог, находящийся в папке lualoader.