How to make Steering Wheel Support Work on my own Server

Hello everyone! I’m opening a roleplay server soon, and I’m trying to make this mod (Manual Transmission | Steering wheel support - GTA5-Mods.com) work on it, I know it can work on a server, since there are servers like Code 9-4 that have it working there.
I’ve been making some research and some people say that you only have to enable client sided scripts on your server by adding “sv_scriptHookAllowed 1” in your .cfg, but it doesn’t seem to work…
I guess I’m doing something wrong or missing a step, could someone help me with this issue? Thanks in advance!

To use that script for fivem you would indeed need to allow scripthook and then install it in your fivem application data, heres a tutorial for it FiveM/GTAV Manual Transmission Installation - YouTube

As I said in the post, I’m trying to use it ON MY OWN SERVER, not for myself in singleplayer, and I know it can work on a server since I use the wheel in the “Code 9-4” server, using that mod. You actually don’t even need to use scripthook, i don’t know how they do it :sweat_smile:.
Anyways, still thanks for trying to help :yum:.

That mod specifically you can’t install on fivem servers, There’s probably a mod out there for a fivem version.

Nevermind, found the solution.
So for anyone who is trying to make the mod work in a server it’s as simple as this:
You only need to add in your .cfg sv_scriptHookAllowed 1, beware, this will allow any clientside script to be used in the server!!.
Now for your users to be able to use it, they have to download the mod from GTA V mods, then go to fiveM application data, create a “plugins” folder if it’s not created already, and finally they need to put ManualTransmission folder and gears.asi files in that plugins folder.
When in the server, press [ key and enjoy!

Note: (this was my problem) if your current game build is the latest it will probably prevent the mod from working, so try downgrading it until the mod works. To do so you need to go in the .cfg again and search for a line that says sv_enforceGameBuild “number” that number is what you need to change until it works.

I hope I helped :sweat_smile:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.