Rhino On Demand [.NET] 1.0
575
10
575
10
This is just a quick script that allows you to quickly spawn a Rhino when ever you need it.
Spawn Hydra = F9
Config File Included.
[REQUIREMENTS]
ScriptHookV
ScriptHookVDotNet
[USEFUL LINKS]
Key Codes
[INSTALLATION]
Drag & Drop both RhinoOD.dll & RhinoOD.ini files in to the scripts folder located inside the main GTAV Game Directory "GTAV\scripts"
If you do not have this folder CREATE IT and then drop both file into it.
Spawn Hydra = F9
Config File Included.
[REQUIREMENTS]
ScriptHookV
ScriptHookVDotNet
[USEFUL LINKS]
Key Codes
[INSTALLATION]
Drag & Drop both RhinoOD.dll & RhinoOD.ini files in to the scripts folder located inside the main GTAV Game Directory "GTAV\scripts"
If you do not have this folder CREATE IT and then drop both file into it.
Primeiro envio: 25 de Março de 2018
Último envio: 25 de Março de 2018
Último download: há 5 dias atrás
7 Comentários
More mods by iiTzKraze:
- Tela de carregamento
3.33
3.794
33
1.1 (Replace OIV with Loose Files)
By iiKraze
This is just a quick script that allows you to quickly spawn a Rhino when ever you need it.
Spawn Hydra = F9
Config File Included.
[REQUIREMENTS]
ScriptHookV
ScriptHookVDotNet
[USEFUL LINKS]
Key Codes
[INSTALLATION]
Drag & Drop both RhinoOD.dll & RhinoOD.ini files in to the scripts folder located inside the main GTAV Game Directory "GTAV\scripts"
If you do not have this folder CREATE IT and then drop both file into it.
Spawn Hydra = F9
Config File Included.
[REQUIREMENTS]
ScriptHookV
ScriptHookVDotNet
[USEFUL LINKS]
Key Codes
[INSTALLATION]
Drag & Drop both RhinoOD.dll & RhinoOD.ini files in to the scripts folder located inside the main GTAV Game Directory "GTAV\scripts"
If you do not have this folder CREATE IT and then drop both file into it.
Primeiro envio: 25 de Março de 2018
Último envio: 25 de Março de 2018
Último download: há 5 dias atrás
Instead of creating a new mod for each vehicle, you could make a mod, where you can customise which vehicle you want to have on demand. To do this, I would think about an ini file or external program. :)
@Kryo4lex It's funny you say that, i am currently working on this exact idea but thanks for the input, greatly appreciated.
Great Minds think alike :)
@iiTzKraze Make sure to make it an ini or bring up a dialogue asking for Vehicle model. Just to save time so instead of going through trainers to get the dialogue just hit one key :)
@Derpy-Canadian i have already made the mod : https://www.gta5-mods.com/scripts/vehicle-on-demand
Also if you dont mind, could you shed some light on how to make it bring up a dialogue box so user don't have to leave the game to change the vehicle.
also i want to be abel to bring up the dialogue box via a cheatstring if thats possible.
@iiTzKraze yeah let me grab the code from one of my mods. Here is what I found
string blipName = Game.GetUserInput(30);
and idk if this is for it but here
if (String.IsNullOrWhiteSpace(blipName)) return;
@Derpy-Canadian i sent you a private message
Though there are more mod like trainers that got more features like this but I still appreciate your work well done ;)