Stay At Hotels [.NET] 1.1
19 808
272
19 808
272
Spend the night at one of 35 hotels and motels around Los Santos and in San Andreas! Your character will sleep until the next morning. A great non-cheat way to advance the in-game time without having to go all the way home. The game will also ask you if you want to save your progress, and after you wake up your health will be restored.
Walk into the marker at the front door of each hotel to trigger the dialog box. Press Numpad 5 to spend the night.
Please note: The game becomes unstable when there are too many blips on the map. Blips for the hotels will only show up once you're within 300 meters of them, and they're removed when you travel out of range. This keeps the game stable and your map relatively uncluttered.
Requirements
Microsoft .NET Framework 4.5 Microsoft Visual C++ Redistributable Package Script Hook V and ASI loader Script Hook V Dot Net (always get the newest version)
Version 1.1
Walk into the marker at the front door of each hotel to trigger the dialog box. Press Numpad 5 to spend the night.
Please note: The game becomes unstable when there are too many blips on the map. Blips for the hotels will only show up once you're within 300 meters of them, and they're removed when you travel out of range. This keeps the game stable and your map relatively uncluttered.
Requirements
Version 1.1
- Player regenerates health while staying at the hotel.
- Blips for a hotel now show up when the player is within 300 meters of it.
- Added some more hotels and fixed the Von Crastenburg's airport hotel location.
Először Feltöltve: 2016. március 26.
Utoljára Feltöltve: 2019. május 26.
Utoljára Letöltött: 3 órája
57 Hozzászólás
More mods by LCBuffalo:
Spend the night at one of 35 hotels and motels around Los Santos and in San Andreas! Your character will sleep until the next morning. A great non-cheat way to advance the in-game time without having to go all the way home. The game will also ask you if you want to save your progress, and after you wake up your health will be restored.
Walk into the marker at the front door of each hotel to trigger the dialog box. Press Numpad 5 to spend the night.
Please note: The game becomes unstable when there are too many blips on the map. Blips for the hotels will only show up once you're within 300 meters of them, and they're removed when you travel out of range. This keeps the game stable and your map relatively uncluttered.
Requirements
Microsoft .NET Framework 4.5 Microsoft Visual C++ Redistributable Package Script Hook V and ASI loader Script Hook V Dot Net (always get the newest version)
Version 1.1
Walk into the marker at the front door of each hotel to trigger the dialog box. Press Numpad 5 to spend the night.
Please note: The game becomes unstable when there are too many blips on the map. Blips for the hotels will only show up once you're within 300 meters of them, and they're removed when you travel out of range. This keeps the game stable and your map relatively uncluttered.
Requirements
Version 1.1
- Player regenerates health while staying at the hotel.
- Blips for a hotel now show up when the player is within 300 meters of it.
- Added some more hotels and fixed the Von Crastenburg's airport hotel location.
Először Feltöltve: 2016. március 26.
Utoljára Feltöltve: 2019. május 26.
Utoljára Letöltött: 3 órája
@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 :)
@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 :)
@diegamermike The mod already does that. It advances the time to the next morning.
@LCBuffalo Then a player should be only able to use the hotel only when not in chase by police. But now he can sleep hours and even gets his health refilled anytime though.
Anyway thanks for your kind answer. :D
Nice mod :) But i have 2 questions
1. Works only with the main characters? I'm using with the LCPDFR who can create your character but when i visit any hotel i get the message that dont have money.
2.If we can sleep until the start of the day for example if the day starts at 6 we awake at 6
i found a away to using with other than the mains character. i change
" If Game.Player.Money < CurrentHotel.Price Then " with
" If Game.Player.Money > CurrentHotel.Price Then "
@LCBuffalo I can't let this mod work, I can't use the motels :/
@FelixSG That's a valid point! I didn't consider that scenario. Will have to fix it :)
@diegamermike Do any error messages show up in your ScriptHookVDotNet2.log file?
@LCBuffalo no
@LCBuffalo Thanks for considering my opinion positively.
I got impressive for your this mod that it automatically shows only nearby hotel blips on the map so that it does not have to eat up or erase other blips as its side effect whereas some other mods actually do that.
This mod has a good potential. I hope you would improve it more, and my suggestions could contribute to your work, too.
:D
hello, How to get the coordinates of the game position?
it would be nice to know where to put it also scripts gta v main folder?????
I have a suggestion, wanted level goes away when staying at a hotel.
please controller support
It is possible to associate your mod with the human needs sleeping system? You can help me for this? Congratulations mod 5 stars
If you dont want to be able to enter a hotel while having a wanted level, add the following code to the "keypressJ" function just above "isSleeping = true":
If Game.Player.WantedLevel > 0 Then
Dim hotelname As String
If CurrentHotel.Name.StartsWith("the ") Then
hotelname = CurrentHotel.Name.Remove(0, 4)
Else
hotelname = CurrentHotel.Name
End If
DisplayFancyMessage(hotelname, "Message from Management", "CHAR_HUMANDEFAULT", "Sorry, we don't rent rooms to people who are wanted by the police.", 8000)
Exit Sub
End If
please controller support
@LCBuffalo - did you see what i posted?
@LCBuffalo This mod is not compatible with ScriptHookVDotNet-v3.6.0-nightly.102