mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-17 06:47:22 +08:00
update outfit slot name global (#3280)
This commit is contained in:
parent
73ca5da694
commit
6d29a81291
@ -56,7 +56,7 @@ namespace big::outfit
|
|||||||
|
|
||||||
inline char* get_slot_name_address(int slot)
|
inline char* get_slot_name_address(int slot)
|
||||||
{
|
{
|
||||||
return scr_globals::stats.at(0, 5568).at(681).at(2460).at(slot, 8).as<char*>();
|
return scr_globals::stats.at(0, 5568).at(681).at(2461).at(slot, 8).as<char*>();
|
||||||
}
|
}
|
||||||
|
|
||||||
inline int* get_component_drawable_id_address(int slot, int id)
|
inline int* get_component_drawable_id_address(int slot, int id)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user