18 lajków
120 komentarzy
1 film
6 przesłanych
71 obserwujących
185 169 pobrań
@Frostitute05 At the moment it would lead to a crash because of a divide by zero error. I've fixed it for the next version.
@Neelow Not that I know of, but I could change the trigger to an unused key instead of the horn.
@Rodrigo551 Have you changed the payment amount in the .ini file? It looks like it's crashing when it tries to pay you and creating a number that's too big.
@MaVo11 Does your ScriptHookV.log file mention anything about this mod?
@Le1T You can ignore the timer. You'll still get paid.
I don't get any FPS drops with the mod, so I'm afraid I can't diagnose the problem.
@diegamermike Do any error messages show up in your ScriptHookVDotNet2.log file?
@FelixSG That's a valid point! I didn't consider that scenario. Will have to fix it :)
@diegamermike The mod already does that. It advances the time to the next morning.
@FelixSG I could, but it seems unrealistic for a wanted person to go into a hotel with the police in chase and be able to get a room :)
@FelixSG You can open the .vb file with a text editor like Notepad++. Search for the following line:
If k.KeyCode <> Keys.NumPad5 Then Exit Sub
Change "Keys.NumPad5" to "Keys.E" and save the file. Then you should be able to use the E key as a trigger :)