Jump to content

Arrta

Administrator
  • Posts

    460
  • Joined

  • Last visited

Reputation

107 Excellent

5 Followers

About Arrta

  • Rank
    Community Regular
    Community Regular

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. This is a base GTA/R* tree object. This part in red has a collision and is what you hit with your truck. Arrta
  2. Date and time (provide timezone): March 12th 2023 around 12pm Eastern Character name: Henrietta Hargraves Issue/bug you are reporting: NPC/Chop cars are spawning in the Yellow Jack parking lot, but they are unable to be picked because the parking lot is flagged as an NCZ Expected behavior: To be able to picklock cars in the Yellow Jack parking, or to remove the vehicle spawn from that location. Evidence, notes worth mentioning, steps to replicate: The interior of the Yellow Jack is an NCZ and shows as such on the GPS when you enter, but the parking lot is not flagged an an NCZ on the GPS or when using the /ncz command. https://imgur.com/a/pYpJEOt Vehicle license plate number*: N/A - Chop car
  3. 13/02/2023 - Time on your phone is after 7am. Since we don't have footage of before the reconnect we can't confirm that's the reason for the issue you experienced. 14/02/2023 - Certainly appears to be a bug.
  4. Date and time (provide timezone): 02/02/2023 8pm to 2am Eastern Time Character name: Henrietta Hargraves Issue/bug you are reporting: Car Jack does not work from certain angles/compass positions. Expected behavior: Car jack works no matter where you place it. Evidence, notes worth mentioning, steps to replicate: I had heard from other players that they were having trouble getting the car jack to work on both sides of a car. So, I decided to test it out while playing. I still need more data, but here is what I know. Different locations on the map appear to behave differently. Approx position 1027.29, -1839.34, 32.06. When I parked the car so it was facing East/West I was not able to raise the North side of the car with a carjack. When I rotated the car so it was facing North/South I had no issues with the car jack on the East/West sides of the car. Approx location -1190.55, -2080.56, 14.40. When I parked the car facing North/South, believing this was the best way to go based on the previous test, I was able to lift only the East side (drivers side( of the car. The West side (passenger side) told me it was not positioned properly. I ended up having to rotate the car 180 degrees, and was then able to raise the East side of the vehicle again, which was now the passenger side because I turned the car around. I intend to do more testing at these locations and others and will update as I gather more information. My belief is that for some reason the compass position of the car is playing a factor in if you can raise it with a car jack. Vehicle license plate number*: N/A
  5. Song Player 2.5 I created my first Song Player AHK back in 2020 shortly after I joined the server. I had shared it with some friends for when we hung out fishing and vibing to the music. Since then it has evolved from a random song picker shortcut key to this current version I based off Yputi's Animation Menu. I have been running this version for over a year. The only change I have had to make since Aug 2021 was when EAC was added and GTA5 was no longer the valid executable name. The AHK reads songs from a CSV file that it comes with and generates the menu programmatically on startup. You should never have to touch the contents of the AHK itself, unless you want to change the hotkeys or if the GTA/Rage exe changes again. Application = ragemp_v.exe F11::Menu, carradio, Show, % A_ScreenWidth/2, 300 F12::Menu, speaker, Show, % A_ScreenWidth/2, 300 You will need the full contents of the zip extracted to a single folder, yes the lib folder is needed. The source for the ObjCSV library I used is located here. The package comes with a prepopulated CSV you can add to. Or you can blow it away and start over. The only requirement is that the first line has to be Artist,Song,Link. I used the youtu.be short links, but it does not require it. If you make changes to the CSV while it is running, simply restart it by running it again (its set to only run a single instance so it will restart). Or there is a reload hotkey of CTRL+R. Demo: Download: https://drive.google.com/file/d/1gq5rJRVnp8RKlj3__QMU5BkqQGzgA-Yr/view?usp=sharing
  6. I actually shared a subroutine about a year ago in Discord that does the paste command rather than you having to repeat the same commands multiple times in multiple routines over and over. Paste(ClipIt, Ent) { ClipBoard := ClipIt send, t sleep, 250 send, ^v if ( Ent = "True" ) { sleep, 250 send, {enter} } return } You would then call out to this like this Paste("/melow would open their toolbox.", "True") sleep, 750 Paste("/melow would locate and pull out a screwdriver.", "True") I include extra long sleeps between commands, because the pasting of text is SUPER fast compared to the sendinput method.
  7. For a multiline, what you would want to do is this. Menu, SubMenu0, Add, Get Screwdriver, obtainScrewdriver And then create a subroutine like this obtainScrewdriver: sendinput t/me would open their toolbox. sleep 100 sendinput t/me would take out a screwdriver and hold it in their hand. return Notice the above has only a single : instead of the double :: that the hotkey uses.
  8. Thanks for the response. We will be closing this bug report based on this. Happy roleplaying.
  9. @Sivix_Dubienski Can you try going to http://time.is and making sure your system time is in sync? There is a known issue where songs play delayed if your time is not properly synced. The script attempts to sync playback on all local players clients and if yours is too fast/slow it starts/finishes at the wrong time. I originally had a 45+ second delay in the start of playback. The second potential issue is the song link. We have a known issue at the moment with _ or - being in the link code. So if one of your songs has them, attempt to locate a different version and try again. Third, there might be a regional issue with your song. The game server and song server are both hosted in France, and occasionally youtube links are blocked in that region. Fourth, sometimes you have to play the song twice back to back if you do not hear it the first time. Finally, you can test if your song should be working by using this link. https://cors.eclipse-rp.net/watch?v=F01UTYg79KY replace the section after the = with the code from your song.
  10. Date and time (provide timezone): Various Character name: Julia Knox, Shana O'hara, would assume Fred Bathsheba as well but he cant afford a speaker/radio and RPly would probably never get one. lol Issue/bug you are reporting: The song system for me starts the song on time, but it stutters for the first ~45 seconds of playback. If the starting section of the youtube has a dead few seconds, it sound like its just a delayed start, but if there is sound in the first few milliseconds of the youtube it will repeat that section, seemingly "stuttering" the entire time. This also causes the song to extend the playtime after when it stops for everyone else. As a result I am delayed/stuttering for 45 seconds at the start, and if someone is playing songs back to back, I also miss the last 45 seconds as the new song is started and the process begins again. This happens for both cars and speakers, and for songs both started by me or started by others. Expected behavior: No stuttering/delay Evidence, notes worth mentioning, steps to replicate: Current, August 2021, https://streamable.com/qnk9cy Old, from October 2020, https://www.youtube.com/watch?v=lDw5afv1BTE I have been informed that @jason and @KimeyBear101 are also seeing this same issue. Jason and I have attempted to work together to find a common denominator, but we have not yet done so. But we know it is not simply regional, as he is Western US, I am Eastern US, and Kimey we have been told is UK. System hardware also seemingly does not play a factor it in. Incidentally, I saw a similar issue last year on the original song player system before it stopped working, and a few weeks back when it was working for a select few I did not have this issue. It returned when the functionality became widely available. Another interesting thing of note, was that the other day, I started a song a split second before I was kicked for failure to complete AFK math, and the song started without issue. Vehicle license plate number*:
  11. This is not fixed in all instances. Turns out players using windowed borderless mode the implemented fix currently does not work.
  12. This is why I wanted a separate command. /low does not go over the radio, so why would it go over the phone? If you want to have a discussion with people near you, say trying to set someone up, why would you whisper it to the person on the other side?
  13. Ever been getting chased, and know you are going to to be caught? Ever thought, hey I should be able to toss my gun/radio? That's what this is, the ability to throw a gun/radio/etc from a car while being chased so when caught they might have a hard time finding the thrown item resulting in lower charges, freq not being comped.
  14. I would like to bring this up again, as someone heard me call 911 when I was on the opposite side of the farm field at Paul's last night. it was at least 30 feet away and they still heard my call.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and our Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.