• Из-за обновления 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

    [Sell] Unit RP project

    But if you two months ago said that any server that is assembled from an already leaked one was shit, lmao, the double standard
  2. PercyBerkeley

    Проблема пожалуйста помогите столкнулся с такой ошибкой вот так вот бесконечно

    That's strange. If you have RageMP and the game installed on an HDD, it can take a very long time to open. But if it's on an SSD, you can try this: 1- Delete everything inside \RAGEMP\client_resources 2- Delete and reinstall SocialClub. When you're installing it and it asks you to "save data to...
  3. PercyBerkeley

    Разработка DISCORD,TELEGRAM BOTS+НАПИСАНИЕ САЙТОВ(также верста дизайна для сайтов через figma)

    I can say I have the cure for cancer, but if I don't provide proof, how are they going to believe me?
  4. PercyBerkeley

    Проблема пожалуйста помогите столкнулся с такой ошибкой вот так вот бесконечно

    But give more details, we're not mind readers. Is this your server or are you accessing another one?
  5. PercyBerkeley

    Система грибника для Redage 3.0

    If I were you, I'd add that at least one of those mushroom varieties should be hallucinogenic so you could eat it and have a little trip.👽
  6. PercyBerkeley

    Проблема DLC одежды

    Without the .ymt file, the models and textures you add to your dlc.rpf would be invisible or useless, as the game wouldn't have the necessary instructions to load them into the model. mp_m_freemode_01.ymt: Male clothing configuration mp_f_freemode_01.ymt: Female clothing configuration Your DLC...
  7. PercyBerkeley

    Проблема DLC одежды

    For the clothing DLCs, you need the .ymt files I mentioned above. The path to the DLC where you're placing the files is probably incorrect. Check out this video, you'll find it useful:
  8. PercyBerkeley

    Проблема DLC одежды

    Do you have the mp_m_freemode_01.ymt / mp_f_freemode_01.ymt files inside the DLC? One more thing, if you don't have experience, don't use dlclist.xml, use dlcpack_level.txt instead. https://wiki.rage.mp/wiki/Manage_Vanilla_Dlc
  9. PercyBerkeley

    Проблема DLC одежды

    What appears when you start the console? You should see something like this:
  10. PercyBerkeley

    Вопрос Создание карты для ragemp

    Yes, but first you must download Blender.
  11. PercyBerkeley

    Вопрос Вопрос по винилам транспорта

    https://wiki.rage.mp/wiki/Vehicle::setLivery https://wiki.rage.mp/wiki/Vehicle::setLiveryTexture
  12. PercyBerkeley

    [MLO] [UPDATE] Liquore & Nightclub

    PercyBerkeley updated [MLO] [UPDATE] Liquore & Nightclub with a new update entry: [MLO] Liquore & Nightclub Read the rest of this update entry...
  13. PercyBerkeley

    Int [MLO] [UPDATE] Liquore & Nightclub - [MLO] Liquore & Nightclub

    I've made some modifications to the MLO; I fixed a timecycle issue, improved the texture resolution, and added some props to help you understand my original idea. There are still some things to improve, especially the lighting and vertex colors, but I'll leave that for a future update.
  14. PercyBerkeley

    Проблема object и notifyStreaming

    I sent you a DM
  15. PercyBerkeley

    Проблема object и notifyStreaming

    But if someone in Los Santos drops an item, why should someone in Paleto get a notification? The only reason to use forEach would be if you needed players 10km away to know about the item BEFORE it enters their range, but that doesn't make sense for a ground item system. It only works with...
  16. PercyBerkeley

    Проблема object и notifyStreaming

    One more thing, you're using 'mp.players.forEach', but I recommend using 'mp.players.forEachInRange' so you only notify nearby players. Then, with entityStreaming, the object is loaded for each person who enters the range.
  17. PercyBerkeley

    Проблема object и notifyStreaming

    Always check the initial state when you enable notifyStreaming, don't rely solely on the event.