• Из-за обновления GTA 5 (был добавлен новый патч) может временно не работать вход в RAGE Multiplayer.

    Ошибка: Ваша версия Grand Theft Auto V не поддерживается RAGE Multiplayer.
    ERROR: Your game version is not supported by RAGE Multiplayer.

    Данная ошибка говорит о том, что GTA V обновилась до новой версии (GTA Online тоже). Вам необходимо обновить саму игру в главном меню вашего приложения (Steam / Epic Games / Rockstar Games).
    Если после этого RAGE:MP все равно не работает - вам нужно дождаться выхода патча для самого мультиплеера (обычно это занимает от нескольких часов до нескольких дней).

    Новости и апдейты Rockstar Games - https://www.rockstargames.com/newswire/
    Статус всех служб для Rockstar Games Launcher и поддерживаемых игр: https://support.rockstargames.com/ru/servicestatus


    Grand Theft Auto 5 (+ GTA Online) последний раз были обновлены:

Результаты поиска

  1. PercyBerkeley

    Вопрос Шляпы и их лимит (255 ID)

    If I could do it, you can too, keep at it! Use AI, read forums or the documentation, watch YouTube tutorials, or pay someone to do it for you.
  2. PercyBerkeley

    Вопрос Шляпы и их лимит (255 ID)

    using grzyClothTool
  3. PercyBerkeley

    Проблема Отображение видео через

    I was curious why it wasn't working, so I revisited the code in this repository I'd saved for a while: https://github.com/Merumond/ragemp-browser3d/tree/main They use this: this.instance = mp.browsers.newHeadless(url, width, height); This is an invisible browser that renders as a 3D texture...
  4. PercyBerkeley

    Проблема Отображение видео через

    That's weird shit, although after searching online, it's not that weird. https://rage.mp/forums/topic/25664-i-need-help-for-place-videos-in-ragemp/ If you want, find the file and send me the contents, and then we can see if that's the problem or something else. Try searching in...
  5. PercyBerkeley

    Проблема Отображение видео через

    Something is failing somewhere, try this to debug const renderGang = (index) => { const gang = gangs[index]; if (!gang) return; gangHeaderTitle.textContent = gang.title; gangName.textContent = gang.name; gangDescription.innerHTML = String(gang.description ||...
  6. PercyBerkeley

    Проблема Requesting private assistance on replacing a whole map/minimap. Paying upfront :)

    Take a look at this post and its comments; it might have the solution to your problem: https://ragemp.pro/threads/kastomnaja-karta.15769/
  7. PercyBerkeley

    Проблема Отображение видео через

    The question is: does your renderGang function dynamically update the video's source? Because if it doesn't, it will always display apb.webm and not the current band's video. In this file, you still have it set as .mp4 document.addEventListener("DOMContentLoaded", () => { const video =...
  8. PercyBerkeley

    Проблема Отображение видео через

    Дважды проверьте правильность указания пути к видео в теге. Путь в атрибуте src должен быть относительным к вашему HTML-файлу. Если ваш HTML-файл находится в папке gangchoice, он будет выглядеть так: <video autoplay loop muted> <source src="video/banda1.webm" type="video/webm"> </video>...
  9. PercyBerkeley

    Проблема Отображение видео через

    Сначала необходимо преобразовать видео в формат '.webm'.
  10. PercyBerkeley

    Проблема Отображение видео через

    <video autoplay loop muted> <source src="banda1.webm" type="video/webm"> </video>
  11. PercyBerkeley

    Вопрос Hotel interior like in GTA:SA?

    That's Jefferson's motel
  12. PercyBerkeley

    Вопрос RAGE:MP Map Editor

    This exists: https://github.com/rage-script/rage-builder But I would recommend @Valdemar's option
  13. PercyBerkeley

    Вопрос Анимация плншета Majestic RP

    amb@world_human_stand_mobile@female@text@base : base amb@world_human_stand_mobile@female@text@idle_a : idle_a amb@world_human_stand_mobile_fat@male@text@enter : enter There are many options. Arm yourself with patience like most and look for them at: https://forge.plebmasters.de/animations
  14. PercyBerkeley

    Вопрос Looking for a fishing script with/without a boat, both

    Please be more specific if you want help. Are you looking for something free? Are you paying? Which server are you using?
  15. PercyBerkeley

    Вопрос Одежда для сервера

    https://ragemp.pro/media/videourok-dobavljaem-realnuju-odezhdu-na-server-rage-mp-redage-rp-neptuneevo.78/
  16. PercyBerkeley

    Важно Полезные ссылки

    The first two links take you to a page of the stock market
  17. PercyBerkeley

    Проблема

    https://ragemp.pro/threads/gta-5-rp-krashit-s-oshibkoj-na-windows-11.16095/#post-135710 https://ragemp.pro/threads/staticbounds-v-fajle-gameconfig-xml.14573/ https://ragemp.pro/threads/rage-error-the-server-sided-game-assets-have-hit-the-games-s-staticbounds-pool-limit.13015/#post-140758...