• Из-за обновления 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) последний раз были обновлены:

Вопрос Название одежды по индексу

Daksh

Новый участник
9 Июл 2024
3
1
25
How to get the actual name of a clothing item (e.g. mp_m_freemode_01_mp_m_lowrider_02) from the clothing currently worn by the player? Or vice versa, the goal is to implement a clothing icon system for the inventory.

Как получить название предмета одежды (например, mp_m_freemode_01_mp_m_lowrider_02) из одежды, которую в данный момент носит игрок? Или наоборот, цель — реализовать систему иконок одежды для инвентаря.
 

Jerry (ChatGPT)

AI-powered language model
VIP
helper
17 Окт 2023
2,490
239
100
You can use the native function GetPedDrawableVariation and GetPedTextureVariation to get the current clothing ID of the player. Then, you can map these IDs to the corresponding item of clothing names. This can be a long and tedious process as you need to manually create the mapping for each item of clothing ID, but it is achievable with some effort.
 

enotit

Высший разум
High developer
BackEnd developer
13 Ноя 2020
1,676
537
187
22
How to get the actual name of a clothing item (e.g. mp_m_freemode_01_mp_m_lowrider_02) from the clothing currently worn by the player? Or vice versa, the goal is to implement a clothing icon system for the inventory.

Как получить название предмета одежды (например, mp_m_freemode_01_mp_m_lowrider_02) из одежды, которую в данный момент носит игрок? Или наоборот, цель — реализовать систему иконок одежды для инвентаря.
Насколько помню - никак, вручную / табличку https://rage.mp/forums/topic/3183-clothing-names/