Security HUD
System Watchdog
×
Threads Scanned
-- / --
SYS. LOAD --%
AI SHIELD ACTIVE
DMCA Policy
×

📋 DMCA Compliance

This platform and community fully complies with the Digital Millennium Copyright Act (DMCA) and international copyright laws. We take all copyright protection seriously.

🛡️ Copyright Protection

If you believe a posted item belongs to you or violates your copyright, you may file a DMCA takedown request through our official channels. Upon receiving a valid claim, the infringing content will be removed within 24 hours.

What's new
×
Fiveguard

PandaPl4ys

Member
Joined
Sep 14, 2021
Messages
10
Reaction score
1
Points
166
Location
Deine Mudda
VehContol is a NUI vehicle control script, It is currently a standalone script that does not have any dependencies and is a drop in to any server.
Control


  • Hood
  • Trunk
  • Doors
  • Windows
  • Interior Light
  • Change Seats
  • Leave Engine Running on Exit
NUI Controls

  • Open - ]
  • Close - ESC
Commands

  • /engine - Start/Stop Vehicle Engine
  • /hood - Open/Close Hood
  • /trunk - Open/Close Trunk
  • /seat [1-4]- Move Seat
  • /door [1-4] - Open/Close Door
  • /window [1-4] - Roll Up/Down Window
  • /windowfront - Roll Up/Down Front Windows
  • /windowback - Roll Up/Down Back Windows
  • /windowall - Roll Up/Down All Windows
  • /vehcontrolclose - Close NUI (in F8 if stuck open)

Exporting

Exporting and Events

The following ways can be used to open the menu from another resource depending on how the resource is coded

Open menu from another resource with exports
WARNING

Write all in one. Since there is distortion in the text, it was written separately, you write it together.

Open menu from another resource with events

WARNING

Write all in one. Since there is distortion in the text, it was written separately, you write it together.

Config

UseCommands [true/false] - Allow the use of /commands
DisableSeatShuffle [true/false] - Allow auto-seat shuffle from passenger to driver
LeaveRunning [true/false] - Allow the engine to keep running on exit of the vehicle with a long F keypress

Download:


WARNING

You must change the folder after extraction from “vehcontrol-master” to “vehcontrol” or your NUI menu will not work when you push a button!











TODO
  • Nothing Currently

    Changelog

    v1.1.4
    • Added secondary way to call the menu using events
    • v1.1.3





    • Added Exports to call the menu from another resource
    • v1.1.2





    • Merged Pull request #2 by yhtrae, which added a fix for disabling the opening of the menu while in the ESC pause menu
    • Added ability to keep the engine running when you get out of the drivers seat
    • Add LeaveRunning [true/false] flag to config
    • v1.1.1





    • Fix Auto-Seat Shuffle
    • Add DisableSeatShuffle [true/false] flag to config
    • v1.1.0





    • Fixed seat switching (was unable to move to driver from every seat)
    • Added config.lua with settings
    • Added /engine command
    • Added /hood command
    • Added /trunk command
    • Added /door command
    • Added /seat command
    • Added /window command
    • Added /windowfront command
    • Added /windowback command
    • Added /windowall command
    • Added vehcontrolclose command (use in F8 if NUI stuck open)
    • Restructured code to be modular with NUI and Commands
    • v1.0.0





    • Initial Release

      Screenshots
      View attachment 650

      View attachment 651

 

jameslol

Bronze Elite
Joined
Mar 27, 2023
Messages
11
Reaction score
7
Points
166
Location
lawton
VehContol is a NUI vehicle control script, It is currently a standalone script that does not have any dependencies and is a drop in to any server.
Control


  • Hood
  • Trunk
  • Doors
  • Windows
  • Interior Light
  • Change Seats
  • Leave Engine Running on Exit
NUI Controls

  • Open - ]
  • Close - ESC
Commands

  • /engine - Start/Stop Vehicle Engine
  • /hood - Open/Close Hood
  • /trunk - Open/Close Trunk
  • /seat [1-4]- Move Seat
  • /door [1-4] - Open/Close Door
  • /window [1-4] - Roll Up/Down Window
  • /windowfront - Roll Up/Down Front Windows
  • /windowback - Roll Up/Down Back Windows
  • /windowall - Roll Up/Down All Windows
  • /vehcontrolclose - Close NUI (in F8 if stuck open)

Exporting

Exporting and Events

The following ways can be used to open the menu from another resource depending on how the resource is coded

Open menu from another resource with exports
WARNING

Write all in one. Since there is distortion in the text, it was written separately, you write it together.

Open menu from another resource with events

WARNING

Write all in one. Since there is distortion in the text, it was written separately, you write it together.

Config

UseCommands [true/false] - Allow the use of /commands
DisableSeatShuffle [true/false] - Allow auto-seat shuffle from passenger to driver
LeaveRunning [true/false] - Allow the engine to keep running on exit of the vehicle with a long F keypress

Download:


WARNING

You must change the folder after extraction from “vehcontrol-master” to “vehcontrol” or your NUI menu will not work when you push a button!











TODO
  • Nothing Currently

    Changelog

    v1.1.4
    • Added secondary way to call the menu using events
    • v1.1.3





    • Added Exports to call the menu from another resource
    • v1.1.2





    • Merged Pull request #2 by yhtrae, which added a fix for disabling the opening of the menu while in the ESC pause menu
    • Added ability to keep the engine running when you get out of the drivers seat
    • Add LeaveRunning [true/false] flag to config
    • v1.1.1





    • Fix Auto-Seat Shuffle
    • Add DisableSeatShuffle [true/false] flag to config
    • v1.1.0





    • Fixed seat switching (was unable to move to driver from every seat)
    • Added config.lua with settings
    • Added /engine command
    • Added /hood command
    • Added /trunk command
    • Added /door command
    • Added /seat command
    • Added /window command
    • Added /windowfront command
    • Added /windowback command
    • Added /windowall command
    • Added vehcontrolclose command (use in F8 if NUI stuck open)
    • Restructured code to be modular with NUI and Commands
    • v1.0.0





    • Initial Release

      Screenshots
      View attachment 650

      View attachment 651

 

Flokie6

Member
Joined
Mar 27, 2023
Messages
9
Reaction score
1
Points
156
Location
no
VehContol is a NUI vehicle control script, It is currently a standalone script that does not have any dependencies and is a drop in to any server.
Control


  • Hood
  • Trunk
  • Doors
  • Windows
  • Interior Light
  • Change Seats
  • Leave Engine Running on Exit
NUI Controls

  • Open - ]
  • Close - ESC
Commands

  • /engine - Start/Stop Vehicle Engine
  • /hood - Open/Close Hood
  • /trunk - Open/Close Trunk
  • /seat [1-4]- Move Seat
  • /door [1-4] - Open/Close Door
  • /window [1-4] - Roll Up/Down Window
  • /windowfront - Roll Up/Down Front Windows
  • /windowback - Roll Up/Down Back Windows
  • /windowall - Roll Up/Down All Windows
  • /vehcontrolclose - Close NUI (in F8 if stuck open)

Exporting

Exporting and Events

The following ways can be used to open the menu from another resource depending on how the resource is coded

Open menu from another resource with exports
WARNING

Write all in one. Since there is distortion in the text, it was written separately, you write it together.

Open menu from another resource with events

WARNING

Write all in one. Since there is distortion in the text, it was written separately, you write it together.

Config

UseCommands [true/false] - Allow the use of /commands
DisableSeatShuffle [true/false] - Allow auto-seat shuffle from passenger to driver
LeaveRunning [true/false] - Allow the engine to keep running on exit of the vehicle with a long F keypress

Download:


WARNING

You must change the folder after extraction from “vehcontrol-master” to “vehcontrol” or your NUI menu will not work when you push a button!











TODO
  • Nothing Currently

    Changelog

    v1.1.4
    • Added secondary way to call the menu using events
    • v1.1.3





    • Added Exports to call the menu from another resource
    • v1.1.2





    • Merged Pull request #2 by yhtrae, which added a fix for disabling the opening of the menu while in the ESC pause menu
    • Added ability to keep the engine running when you get out of the drivers seat
    • Add LeaveRunning [true/false] flag to config
    • v1.1.1





    • Fix Auto-Seat Shuffle
    • Add DisableSeatShuffle [true/false] flag to config
    • v1.1.0





    • Fixed seat switching (was unable to move to driver from every seat)
    • Added config.lua with settings
    • Added /engine command
    • Added /hood command
    • Added /trunk command
    • Added /door command
    • Added /seat command
    • Added /window command
    • Added /windowfront command
    • Added /windowback command
    • Added /windowall command
    • Added vehcontrolclose command (use in F8 if NUI stuck open)
    • Restructured code to be modular with NUI and Commands
    • v1.0.0





    • Initial Release

      Screenshots
      View attachment 650

      View attachment 651

 

cj1udjq221

Member
Joined
Feb 26, 2022
Messages
7
Reaction score
1
Points
146
Location
المملكة العربية السعودية
VehContol is a NUI vehicle control script, It is currently a standalone script that does not have any dependencies and is a drop in to any server.
Control


  • Hood
  • Trunk
  • Doors
  • Windows
  • Interior Light
  • Change Seats
  • Leave Engine Running on Exit
NUI Controls

  • Open - ]
  • Close - ESC
Commands

  • /engine - Start/Stop Vehicle Engine
  • /hood - Open/Close Hood
  • /trunk - Open/Close Trunk
  • /seat [1-4]- Move Seat
  • /door [1-4] - Open/Close Door
  • /window [1-4] - Roll Up/Down Window
  • /windowfront - Roll Up/Down Front Windows
  • /windowback - Roll Up/Down Back Windows
  • /windowall - Roll Up/Down All Windows
  • /vehcontrolclose - Close NUI (in F8 if stuck open)

Exporting

Exporting and Events

The following ways can be used to open the menu from another resource depending on how the resource is coded

Open menu from another resource with exports
WARNING

Write all in one. Since there is distortion in the text, it was written separately, you write it together.

Open menu from another resource with events

WARNING

Write all in one. Since there is distortion in the text, it was written separately, you write it together.

Config

UseCommands [true/false] - Allow the use of /commands
DisableSeatShuffle [true/false] - Allow auto-seat shuffle from passenger to driver
LeaveRunning [true/false] - Allow the engine to keep running on exit of the vehicle with a long F keypress

Download:


WARNING

You must change the folder after extraction from “vehcontrol-master” to “vehcontrol” or your NUI menu will not work when you push a button!











TODO
  • Nothing Currently

    Changelog

    v1.1.4
    • Added secondary way to call the menu using events
    • v1.1.3





    • Added Exports to call the menu from another resource
    • v1.1.2





    • Merged Pull request #2 by yhtrae, which added a fix for disabling the opening of the menu while in the ESC pause menu
    • Added ability to keep the engine running when you get out of the drivers seat
    • Add LeaveRunning [true/false] flag to config
    • v1.1.1





    • Fix Auto-Seat Shuffle
    • Add DisableSeatShuffle [true/false] flag to config
    • v1.1.0





    • Fixed seat switching (was unable to move to driver from every seat)
    • Added config.lua with settings
    • Added /engine command
    • Added /hood command
    • Added /trunk command
    • Added /door command
    • Added /seat command
    • Added /window command
    • Added /windowfront command
    • Added /windowback command
    • Added /windowall command
    • Added vehcontrolclose command (use in F8 if NUI stuck open)
    • Restructured code to be modular with NUI and Commands
    • v1.0.0





    • Initial Release

      Screenshots
      View attachment 650

      View attachment 651

niceee
 

mallowPallow

Member
Joined
Apr 20, 2023
Messages
1
Reaction score
0
Points
156
Location
South Africa
VehContol is a NUI vehicle control script, It is currently a standalone script that does not have any dependencies and is a drop in to any server.
Control


  • Hood
  • Trunk
  • Doors
  • Windows
  • Interior Light
  • Change Seats
  • Leave Engine Running on Exit
NUI Controls

  • Open - ]
  • Close - ESC
Commands

  • /engine - Start/Stop Vehicle Engine
  • /hood - Open/Close Hood
  • /trunk - Open/Close Trunk
  • /seat [1-4]- Move Seat
  • /door [1-4] - Open/Close Door
  • /window [1-4] - Roll Up/Down Window
  • /windowfront - Roll Up/Down Front Windows
  • /windowback - Roll Up/Down Back Windows
  • /windowall - Roll Up/Down All Windows
  • /vehcontrolclose - Close NUI (in F8 if stuck open)

Exporting

Exporting and Events

The following ways can be used to open the menu from another resource depending on how the resource is coded

Open menu from another resource with exports
WARNING

Write all in one. Since there is distortion in the text, it was written separately, you write it together.

Open menu from another resource with events

WARNING

Write all in one. Since there is distortion in the text, it was written separately, you write it together.

Config

UseCommands [true/false] - Allow the use of /commands
DisableSeatShuffle [true/false] - Allow auto-seat shuffle from passenger to driver
LeaveRunning [true/false] - Allow the engine to keep running on exit of the vehicle with a long F keypress

Download:


WARNING

You must change the folder after extraction from “vehcontrol-master” to “vehcontrol” or your NUI menu will not work when you push a button!











TODO
  • Nothing Currently

    Changelog

    v1.1.4
    • Added secondary way to call the menu using events
    • v1.1.3





    • Added Exports to call the menu from another resource
    • v1.1.2





    • Merged Pull request #2 by yhtrae, which added a fix for disabling the opening of the menu while in the ESC pause menu
    • Added ability to keep the engine running when you get out of the drivers seat
    • Add LeaveRunning [true/false] flag to config
    • v1.1.1





    • Fix Auto-Seat Shuffle
    • Add DisableSeatShuffle [true/false] flag to config
    • v1.1.0





    • Fixed seat switching (was unable to move to driver from every seat)
    • Added config.lua with settings
    • Added /engine command
    • Added /hood command
    • Added /trunk command
    • Added /door command
    • Added /seat command
    • Added /window command
    • Added /windowfront command
    • Added /windowback command
    • Added /windowall command
    • Added vehcontrolclose command (use in F8 if NUI stuck open)
    • Restructured code to be modular with NUI and Commands
    • v1.0.0





    • Initial Release

      Screenshots
      View attachment 650

      View attachment 651

Nice man
 

Mafukas69

Member
Joined
Dec 1, 2021
Messages
8
Reaction score
0
Points
156
Location
Czech Republic
VehContol is a NUI vehicle control script, It is currently a standalone script that does not have any dependencies and is a drop in to any server.
Control


  • Hood
  • Trunk
  • Doors
  • Windows
  • Interior Light
  • Change Seats
  • Leave Engine Running on Exit
NUI Controls

  • Open - ]
  • Close - ESC
Commands

  • /engine - Start/Stop Vehicle Engine
  • /hood - Open/Close Hood
  • /trunk - Open/Close Trunk
  • /seat [1-4]- Move Seat
  • /door [1-4] - Open/Close Door
  • /window [1-4] - Roll Up/Down Window
  • /windowfront - Roll Up/Down Front Windows
  • /windowback - Roll Up/Down Back Windows
  • /windowall - Roll Up/Down All Windows
  • /vehcontrolclose - Close NUI (in F8 if stuck open)

Exporting

Exporting and Events

The following ways can be used to open the menu from another resource depending on how the resource is coded

Open menu from another resource with exports
WARNING

Write all in one. Since there is distortion in the text, it was written separately, you write it together.

Open menu from another resource with events

WARNING

Write all in one. Since there is distortion in the text, it was written separately, you write it together.

Config

UseCommands [true/false] - Allow the use of /commands
DisableSeatShuffle [true/false] - Allow auto-seat shuffle from passenger to driver
LeaveRunning [true/false] - Allow the engine to keep running on exit of the vehicle with a long F keypress

Download:


WARNING

You must change the folder after extraction from “vehcontrol-master” to “vehcontrol” or your NUI menu will not work when you push a button!











TODO
  • Nothing Currently

    Changelog

    v1.1.4
    • Added secondary way to call the menu using events
    • v1.1.3





    • Added Exports to call the menu from another resource
    • v1.1.2





    • Merged Pull request #2 by yhtrae, which added a fix for disabling the opening of the menu while in the ESC pause menu
    • Added ability to keep the engine running when you get out of the drivers seat
    • Add LeaveRunning [true/false] flag to config
    • v1.1.1





    • Fix Auto-Seat Shuffle
    • Add DisableSeatShuffle [true/false] flag to config
    • v1.1.0





    • Fixed seat switching (was unable to move to driver from every seat)
    • Added config.lua with settings
    • Added /engine command
    • Added /hood command
    • Added /trunk command
    • Added /door command
    • Added /seat command
    • Added /window command
    • Added /windowfront command
    • Added /windowback command
    • Added /windowall command
    • Added vehcontrolclose command (use in F8 if NUI stuck open)
    • Restructured code to be modular with NUI and Commands
    • v1.0.0





    • Initial Release

      Screenshots
      View attachment 650

      View attachment 651

yikes
 

Auramatic

Member
Joined
Apr 25, 2023
Messages
4
Reaction score
6
Points
156
Location
New york
VehContol is a NUI vehicle control script, It is currently a standalone script that does not have any dependencies and is a drop in to any server.
Control


  • Hood
  • Trunk
  • Doors
  • Windows
  • Interior Light
  • Change Seats
  • Leave Engine Running on Exit
NUI Controls

  • Open - ]
  • Close - ESC
Commands

  • /engine - Start/Stop Vehicle Engine
  • /hood - Open/Close Hood
  • /trunk - Open/Close Trunk
  • /seat [1-4]- Move Seat
  • /door [1-4] - Open/Close Door
  • /window [1-4] - Roll Up/Down Window
  • /windowfront - Roll Up/Down Front Windows
  • /windowback - Roll Up/Down Back Windows
  • /windowall - Roll Up/Down All Windows
  • /vehcontrolclose - Close NUI (in F8 if stuck open)

Exporting

Exporting and Events

The following ways can be used to open the menu from another resource depending on how the resource is coded

Open menu from another resource with exports
WARNING

Write all in one. Since there is distortion in the text, it was written separately, you write it together.

Open menu from another resource with events

WARNING

Write all in one. Since there is distortion in the text, it was written separately, you write it together.

Config

UseCommands [true/false] - Allow the use of /commands
DisableSeatShuffle [true/false] - Allow auto-seat shuffle from passenger to driver
LeaveRunning [true/false] - Allow the engine to keep running on exit of the vehicle with a long F keypress

Download:


WARNING

You must change the folder after extraction from “vehcontrol-master” to “vehcontrol” or your NUI menu will not work when you push a button!











TODO
  • Nothing Currently

    Changelog

    v1.1.4
    • Added secondary way to call the menu using events
    • v1.1.3





    • Added Exports to call the menu from another resource
    • v1.1.2





    • Merged Pull request #2 by yhtrae, which added a fix for disabling the opening of the menu while in the ESC pause menu
    • Added ability to keep the engine running when you get out of the drivers seat
    • Add LeaveRunning [true/false] flag to config
    • v1.1.1





    • Fix Auto-Seat Shuffle
    • Add DisableSeatShuffle [true/false] flag to config
    • v1.1.0





    • Fixed seat switching (was unable to move to driver from every seat)
    • Added config.lua with settings
    • Added /engine command
    • Added /hood command
    • Added /trunk command
    • Added /door command
    • Added /seat command
    • Added /window command
    • Added /windowfront command
    • Added /windowback command
    • Added /windowall command
    • Added vehcontrolclose command (use in F8 if NUI stuck open)
    • Restructured code to be modular with NUI and Commands
    • v1.0.0





    • Initial Release

      Screenshots
      View attachment 650

      View attachment 651

nice
 

rolly021273

Member
Joined
Apr 4, 2023
Messages
7
Reaction score
0
Points
146
Location
vietnam
VehContol is a NUI vehicle control script, It is currently a standalone script that does not have any dependencies and is a drop in to any server.
Control


  • Hood
  • Trunk
  • Doors
  • Windows
  • Interior Light
  • Change Seats
  • Leave Engine Running on Exit
NUI Controls

  • Open - ]
  • Close - ESC
Commands

  • /engine - Start/Stop Vehicle Engine
  • /hood - Open/Close Hood
  • /trunk - Open/Close Trunk
  • /seat [1-4]- Move Seat
  • /door [1-4] - Open/Close Door
  • /window [1-4] - Roll Up/Down Window
  • /windowfront - Roll Up/Down Front Windows
  • /windowback - Roll Up/Down Back Windows
  • /windowall - Roll Up/Down All Windows
  • /vehcontrolclose - Close NUI (in F8 if stuck open)

Exporting

Exporting and Events

The following ways can be used to open the menu from another resource depending on how the resource is coded

Open menu from another resource with exports
WARNING

Write all in one. Since there is distortion in the text, it was written separately, you write it together.

Open menu from another resource with events

WARNING

Write all in one. Since there is distortion in the text, it was written separately, you write it together.

Config

UseCommands [true/false] - Allow the use of /commands
DisableSeatShuffle [true/false] - Allow auto-seat shuffle from passenger to driver
LeaveRunning [true/false] - Allow the engine to keep running on exit of the vehicle with a long F keypress

Download:


WARNING

You must change the folder after extraction from “vehcontrol-master” to “vehcontrol” or your NUI menu will not work when you push a button!











TODO
  • Nothing Currently

    Changelog

    v1.1.4
    • Added secondary way to call the menu using events
    • v1.1.3





    • Added Exports to call the menu from another resource
    • v1.1.2





    • Merged Pull request #2 by yhtrae, which added a fix for disabling the opening of the menu while in the ESC pause menu
    • Added ability to keep the engine running when you get out of the drivers seat
    • Add LeaveRunning [true/false] flag to config
    • v1.1.1





    • Fix Auto-Seat Shuffle
    • Add DisableSeatShuffle [true/false] flag to config
    • v1.1.0





    • Fixed seat switching (was unable to move to driver from every seat)
    • Added config.lua with settings
    • Added /engine command
    • Added /hood command
    • Added /trunk command
    • Added /door command
    • Added /seat command
    • Added /window command
    • Added /windowfront command
    • Added /windowback command
    • Added /windowall command
    • Added vehcontrolclose command (use in F8 if NUI stuck open)
    • Restructured code to be modular with NUI and Commands
    • v1.0.0





    • Initial Release

      Screenshots
      View attachment 650

      View attachment 651

nice
 
Joined
Feb 3, 2023
Messages
5
Reaction score
0
Points
156
Location
Brazil
VehContol is a NUI vehicle control script, It is currently a standalone script that does not have any dependencies and is a drop in to any server.
Control


  • Hood
  • Trunk
  • Doors
  • Windows
  • Interior Light
  • Change Seats
  • Leave Engine Running on Exit
NUI Controls

  • Open - ]
  • Close - ESC
Commands

  • /engine - Start/Stop Vehicle Engine
  • /hood - Open/Close Hood
  • /trunk - Open/Close Trunk
  • /seat [1-4]- Move Seat
  • /door [1-4] - Open/Close Door
  • /window [1-4] - Roll Up/Down Window
  • /windowfront - Roll Up/Down Front Windows
  • /windowback - Roll Up/Down Back Windows
  • /windowall - Roll Up/Down All Windows
  • /vehcontrolclose - Close NUI (in F8 if stuck open)

Exporting

Exporting and Events

The following ways can be used to open the menu from another resource depending on how the resource is coded

Open menu from another resource with exports
WARNING

Write all in one. Since there is distortion in the text, it was written separately, you write it together.

Open menu from another resource with events

WARNING

Write all in one. Since there is distortion in the text, it was written separately, you write it together.

Config

UseCommands [true/false] - Allow the use of /commands
DisableSeatShuffle [true/false] - Allow auto-seat shuffle from passenger to driver
LeaveRunning [true/false] - Allow the engine to keep running on exit of the vehicle with a long F keypress

Download:


WARNING

You must change the folder after extraction from “vehcontrol-master” to “vehcontrol” or your NUI menu will not work when you push a button!











TODO
  • Nothing Currently

    Changelog

    v1.1.4
    • Added secondary way to call the menu using events
    • v1.1.3





    • Added Exports to call the menu from another resource
    • v1.1.2





    • Merged Pull request #2 by yhtrae, which added a fix for disabling the opening of the menu while in the ESC pause menu
    • Added ability to keep the engine running when you get out of the drivers seat
    • Add LeaveRunning [true/false] flag to config
    • v1.1.1





    • Fix Auto-Seat Shuffle
    • Add DisableSeatShuffle [true/false] flag to config
    • v1.1.0





    • Fixed seat switching (was unable to move to driver from every seat)
    • Added config.lua with settings
    • Added /engine command
    • Added /hood command
    • Added /trunk command
    • Added /door command
    • Added /seat command
    • Added /window command
    • Added /windowfront command
    • Added /windowback command
    • Added /windowall command
    • Added vehcontrolclose command (use in F8 if NUI stuck open)
    • Restructured code to be modular with NUI and Commands
    • v1.0.0





    • Initial Release

      Screenshots
      View attachment 650

      View attachment 651

nice
 

kamses

Member
Joined
Apr 23, 2023
Messages
8
Reaction score
0
Points
156
Location
Chicago
VehContol is a NUI vehicle control script, It is currently a standalone script that does not have any dependencies and is a drop in to any server.
Control


  • Hood
  • Trunk
  • Doors
  • Windows
  • Interior Light
  • Change Seats
  • Leave Engine Running on Exit
NUI Controls

  • Open - ]
  • Close - ESC
Commands

  • /engine - Start/Stop Vehicle Engine
  • /hood - Open/Close Hood
  • /trunk - Open/Close Trunk
  • /seat [1-4]- Move Seat
  • /door [1-4] - Open/Close Door
  • /window [1-4] - Roll Up/Down Window
  • /windowfront - Roll Up/Down Front Windows
  • /windowback - Roll Up/Down Back Windows
  • /windowall - Roll Up/Down All Windows
  • /vehcontrolclose - Close NUI (in F8 if stuck open)

Exporting

Exporting and Events

The following ways can be used to open the menu from another resource depending on how the resource is coded

Open menu from another resource with exports
WARNING

Write all in one. Since there is distortion in the text, it was written separately, you write it together.

Open menu from another resource with events

WARNING

Write all in one. Since there is distortion in the text, it was written separately, you write it together.

Config

UseCommands [true/false] - Allow the use of /commands
DisableSeatShuffle [true/false] - Allow auto-seat shuffle from passenger to driver
LeaveRunning [true/false] - Allow the engine to keep running on exit of the vehicle with a long F keypress

Download:


WARNING

You must change the folder after extraction from “vehcontrol-master” to “vehcontrol” or your NUI menu will not work when you push a button!











TODO
  • Nothing Currently

    Changelog

    v1.1.4
    • Added secondary way to call the menu using events
    • v1.1.3





    • Added Exports to call the menu from another resource
    • v1.1.2





    • Merged Pull request #2 by yhtrae, which added a fix for disabling the opening of the menu while in the ESC pause menu
    • Added ability to keep the engine running when you get out of the drivers seat
    • Add LeaveRunning [true/false] flag to config
    • v1.1.1





    • Fix Auto-Seat Shuffle
    • Add DisableSeatShuffle [true/false] flag to config
    • v1.1.0





    • Fixed seat switching (was unable to move to driver from every seat)
    • Added config.lua with settings
    • Added /engine command
    • Added /hood command
    • Added /trunk command
    • Added /door command
    • Added /seat command
    • Added /window command
    • Added /windowfront command
    • Added /windowback command
    • Added /windowall command
    • Added vehcontrolclose command (use in F8 if NUI stuck open)
    • Restructured code to be modular with NUI and Commands
    • v1.0.0





    • Initial Release

      Screenshots
      View attachment 650

      View attachment 651

ddd
 

xanx

Member
Joined
Apr 21, 2023
Messages
3
Reaction score
0
Points
146
Location
United States
VehContol is a NUI vehicle control script, It is currently a standalone script that does not have any dependencies and is a drop in to any server.
Control


  • Hood
  • Trunk
  • Doors
  • Windows
  • Interior Light
  • Change Seats
  • Leave Engine Running on Exit
NUI Controls

  • Open - ]
  • Close - ESC
Commands

  • /engine - Start/Stop Vehicle Engine
  • /hood - Open/Close Hood
  • /trunk - Open/Close Trunk
  • /seat [1-4]- Move Seat
  • /door [1-4] - Open/Close Door
  • /window [1-4] - Roll Up/Down Window
  • /windowfront - Roll Up/Down Front Windows
  • /windowback - Roll Up/Down Back Windows
  • /windowall - Roll Up/Down All Windows
  • /vehcontrolclose - Close NUI (in F8 if stuck open)

Exporting

Exporting and Events

The following ways can be used to open the menu from another resource depending on how the resource is coded

Open menu from another resource with exports
WARNING

Write all in one. Since there is distortion in the text, it was written separately, you write it together.

Open menu from another resource with events

WARNING

Write all in one. Since there is distortion in the text, it was written separately, you write it together.

Config

UseCommands [true/false] - Allow the use of /commands
DisableSeatShuffle [true/false] - Allow auto-seat shuffle from passenger to driver
LeaveRunning [true/false] - Allow the engine to keep running on exit of the vehicle with a long F keypress

Download:


WARNING

You must change the folder after extraction from “vehcontrol-master” to “vehcontrol” or your NUI menu will not work when you push a button!











TODO
  • Nothing Currently

    Changelog

    v1.1.4
    • Added secondary way to call the menu using events
    • v1.1.3





    • Added Exports to call the menu from another resource
    • v1.1.2





    • Merged Pull request #2 by yhtrae, which added a fix for disabling the opening of the menu while in the ESC pause menu
    • Added ability to keep the engine running when you get out of the drivers seat
    • Add LeaveRunning [true/false] flag to config
    • v1.1.1





    • Fix Auto-Seat Shuffle
    • Add DisableSeatShuffle [true/false] flag to config
    • v1.1.0





    • Fixed seat switching (was unable to move to driver from every seat)
    • Added config.lua with settings
    • Added /engine command
    • Added /hood command
    • Added /trunk command
    • Added /door command
    • Added /seat command
    • Added /window command
    • Added /windowfront command
    • Added /windowback command
    • Added /windowall command
    • Added vehcontrolclose command (use in F8 if NUI stuck open)
    • Restructured code to be modular with NUI and Commands
    • v1.0.0





    • Initial Release

      Screenshots
      View attachment 650

      View attachment 651

q
 

sibovic

Member
Joined
Apr 30, 2023
Messages
3
Reaction score
0
Points
156
Location
myu house
VehContol is a NUI vehicle control script, It is currently a standalone script that does not have any dependencies and is a drop in to any server.
Control


  • Hood
  • Trunk
  • Doors
  • Windows
  • Interior Light
  • Change Seats
  • Leave Engine Running on Exit
NUI Controls

  • Open - ]
  • Close - ESC
Commands

  • /engine - Start/Stop Vehicle Engine
  • /hood - Open/Close Hood
  • /trunk - Open/Close Trunk
  • /seat [1-4]- Move Seat
  • /door [1-4] - Open/Close Door
  • /window [1-4] - Roll Up/Down Window
  • /windowfront - Roll Up/Down Front Windows
  • /windowback - Roll Up/Down Back Windows
  • /windowall - Roll Up/Down All Windows
  • /vehcontrolclose - Close NUI (in F8 if stuck open)

Exporting

Exporting and Events

The following ways can be used to open the menu from another resource depending on how the resource is coded

Open menu from another resource with exports
WARNING

Write all in one. Since there is distortion in the text, it was written separately, you write it together.

Open menu from another resource with events

WARNING

Write all in one. Since there is distortion in the text, it was written separately, you write it together.

Config

UseCommands [true/false] - Allow the use of /commands
DisableSeatShuffle [true/false] - Allow auto-seat shuffle from passenger to driver
LeaveRunning [true/false] - Allow the engine to keep running on exit of the vehicle with a long F keypress

Download:


WARNING

You must change the folder after extraction from “vehcontrol-master” to “vehcontrol” or your NUI menu will not work when you push a button!











TODO
  • Nothing Currently

    Changelog

    v1.1.4
    • Added secondary way to call the menu using events
    • v1.1.3





    • Added Exports to call the menu from another resource
    • v1.1.2





    • Merged Pull request #2 by yhtrae, which added a fix for disabling the opening of the menu while in the ESC pause menu
    • Added ability to keep the engine running when you get out of the drivers seat
    • Add LeaveRunning [true/false] flag to config
    • v1.1.1





    • Fix Auto-Seat Shuffle
    • Add DisableSeatShuffle [true/false] flag to config
    • v1.1.0





    • Fixed seat switching (was unable to move to driver from every seat)
    • Added config.lua with settings
    • Added /engine command
    • Added /hood command
    • Added /trunk command
    • Added /door command
    • Added /seat command
    • Added /window command
    • Added /windowfront command
    • Added /windowback command
    • Added /windowall command
    • Added vehcontrolclose command (use in F8 if NUI stuck open)
    • Restructured code to be modular with NUI and Commands
    • v1.0.0





    • Initial Release

      Screenshots
      View attachment 650

      View attachment 651

epic
 

magicquinny

Silver Elite
Joined
Jun 30, 2021
Messages
62
Reaction score
29
Points
166
VehContol is a NUI vehicle control script, It is currently a standalone script that does not have any dependencies and is a drop in to any server.
Control


  • Hood
  • Trunk
  • Doors
  • Windows
  • Interior Light
  • Change Seats
  • Leave Engine Running on Exit
NUI Controls

  • Open - ]
  • Close - ESC
Commands

  • /engine - Start/Stop Vehicle Engine
  • /hood - Open/Close Hood
  • /trunk - Open/Close Trunk
  • /seat [1-4]- Move Seat
  • /door [1-4] - Open/Close Door
  • /window [1-4] - Roll Up/Down Window
  • /windowfront - Roll Up/Down Front Windows
  • /windowback - Roll Up/Down Back Windows
  • /windowall - Roll Up/Down All Windows
  • /vehcontrolclose - Close NUI (in F8 if stuck open)

Exporting

Exporting and Events

The following ways can be used to open the menu from another resource depending on how the resource is coded

Open menu from another resource with exports
WARNING

Write all in one. Since there is distortion in the text, it was written separately, you write it together.

Open menu from another resource with events

WARNING

Write all in one. Since there is distortion in the text, it was written separately, you write it together.

Config

UseCommands [true/false] - Allow the use of /commands
DisableSeatShuffle [true/false] - Allow auto-seat shuffle from passenger to driver
LeaveRunning [true/false] - Allow the engine to keep running on exit of the vehicle with a long F keypress

Download:


WARNING

You must change the folder after extraction from “vehcontrol-master” to “vehcontrol” or your NUI menu will not work when you push a button!











TODO
  • Nothing Currently

    Changelog

    v1.1.4
    • Added secondary way to call the menu using events
    • v1.1.3





    • Added Exports to call the menu from another resource
    • v1.1.2





    • Merged Pull request #2 by yhtrae, which added a fix for disabling the opening of the menu while in the ESC pause menu
    • Added ability to keep the engine running when you get out of the drivers seat
    • Add LeaveRunning [true/false] flag to config
    • v1.1.1





    • Fix Auto-Seat Shuffle
    • Add DisableSeatShuffle [true/false] flag to config
    • v1.1.0





    • Fixed seat switching (was unable to move to driver from every seat)
    • Added config.lua with settings
    • Added /engine command
    • Added /hood command
    • Added /trunk command
    • Added /door command
    • Added /seat command
    • Added /window command
    • Added /windowfront command
    • Added /windowback command
    • Added /windowall command
    • Added vehcontrolclose command (use in F8 if NUI stuck open)
    • Restructured code to be modular with NUI and Commands
    • v1.0.0





    • Initial Release

      Screenshots
      View attachment 650

      View attachment 651

 
Joined
Mar 24, 2023
Messages
5
Reaction score
0
Points
156
Location
baton rouge
VehContol is a NUI vehicle control script, It is currently a standalone script that does not have any dependencies and is a drop in to any server.
Control


  • Hood
  • Trunk
  • Doors
  • Windows
  • Interior Light
  • Change Seats
  • Leave Engine Running on Exit
NUI Controls

  • Open - ]
  • Close - ESC
Commands

  • /engine - Start/Stop Vehicle Engine
  • /hood - Open/Close Hood
  • /trunk - Open/Close Trunk
  • /seat [1-4]- Move Seat
  • /door [1-4] - Open/Close Door
  • /window [1-4] - Roll Up/Down Window
  • /windowfront - Roll Up/Down Front Windows
  • /windowback - Roll Up/Down Back Windows
  • /windowall - Roll Up/Down All Windows
  • /vehcontrolclose - Close NUI (in F8 if stuck open)

Exporting

Exporting and Events

The following ways can be used to open the menu from another resource depending on how the resource is coded

Open menu from another resource with exports
WARNING

Write all in one. Since there is distortion in the text, it was written separately, you write it together.

Open menu from another resource with events

WARNING

Write all in one. Since there is distortion in the text, it was written separately, you write it together.

Config

UseCommands [true/false] - Allow the use of /commands
DisableSeatShuffle [true/false] - Allow auto-seat shuffle from passenger to driver
LeaveRunning [true/false] - Allow the engine to keep running on exit of the vehicle with a long F keypress

Download:


WARNING

You must change the folder after extraction from “vehcontrol-master” to “vehcontrol” or your NUI menu will not work when you push a button!











TODO
  • Nothing Currently

    Changelog

    v1.1.4
    • Added secondary way to call the menu using events
    • v1.1.3





    • Added Exports to call the menu from another resource
    • v1.1.2





    • Merged Pull request #2 by yhtrae, which added a fix for disabling the opening of the menu while in the ESC pause menu
    • Added ability to keep the engine running when you get out of the drivers seat
    • Add LeaveRunning [true/false] flag to config
    • v1.1.1





    • Fix Auto-Seat Shuffle
    • Add DisableSeatShuffle [true/false] flag to config
    • v1.1.0





    • Fixed seat switching (was unable to move to driver from every seat)
    • Added config.lua with settings
    • Added /engine command
    • Added /hood command
    • Added /trunk command
    • Added /door command
    • Added /seat command
    • Added /window command
    • Added /windowfront command
    • Added /windowback command
    • Added /windowall command
    • Added vehcontrolclose command (use in F8 if NUI stuck open)
    • Restructured code to be modular with NUI and Commands
    • v1.0.0





    • Initial Release

      Screenshots
      View attachment 650

      View attachment 651

 
Top