Hi anybody, i dont have more remedy to post, i read all tthe guides and nothing.. and come here to see more advice
I add Colors feather berets, and the problem is when im going to use it, dont show the hat, are 12 Fb in total, no one show the hat.
Well, after so many trys of Id View cuz another are busy, i decided to use a new Id View the 2000+
I edit the Lua and lub files, for more security
I diff another client with Diff Id View increase to 5000, With the id view 5000 and With out. the two ways.
I diff with: Load Lua before lub, for test, i diff the to ways, with out and with
I read some problems solve puting a Coma ( ,) in the last one, I try with the Coma and with out Coma ! i put it, drop out, everything!
accessoryid.lua
Código: [seleccionar]
ACCESSORY_WHITE_FEATHER_BERET = 2000,
ACCESSORY_SILVER_FEATHER_BERET = 2001,
ACCESSORY_RED_FEATHER_BERET = 2002,
ACCESSORY_PURPLE_FEATHER_BERET = 2003,
ACCESSORY_PINK_FEATHER_BERET = 2004,
ACCESSORY_ORANGE_FEATHER_BERET = 2005,
ACCESSORY_GREEN_FEATHER_BERET = 2006,
ACCESSORY_GOLD_FEATHER_BERET = 2007,
ACCESSORY_CYAN_FEATHER_BERET = 2008,
ACCESSORY_BROWN_FEATHER_BERET = 2009,
ACCESSORY_BLUE_FEATHER_BERET = 2010,
ACCESSORY_BLACK_FEATHER_BERET = 2011
accname.lua
Código: [seleccionar]
[ACCESSORY_IDs.ACCESSORY_Black_Feather_Beret] = "_Black_Feather_Beret",
[ACCESSORY_IDs.ACCESSORY_Brown_Feather_Beret] = "_Brown_Feather_Beret",
[ACCESSORY_IDs.ACCESSORY_Gold_Feather_Beret] = "_Gold_Feather_Beret",
[ACCESSORY_IDs.ACCESSORY_Green_Feather_Beret] = "_Green_Feather_Beret",
[ACCESSORY_IDs.ACCESSORY_Cyan_Feather_Beret] = "_Cyan_Feather_Beret",
[ACCESSORY_IDs.ACCESSORY_Blue_Feather_Beret] = "_Blue_Feather_Beret",
[ACCESSORY_IDs.ACCESSORY_Orange_Feather_Beret] = "_Orange_Feather_Beret",
[ACCESSORY_IDs.ACCESSORY_Pink_Feather_Beret] = "_Pink_Feather_Beret",
[ACCESSORY_IDs.ACCESSORY_Purple_Feather_Beret] = "_Purple_Feather_Beret",
[ACCESSORY_IDs.ACCESSORY_Red_Feather_Beret] = "_Red_Feather_Beret",
[ACCESSORY_IDs.ACCESSORY_Silver_Feather_Beret] = "_Silver_Feather_Beret",
[ACCESSORY_IDs.ACCESSORY_White_Feather_Beret] = "_White_Feather_Beret"
and meanwhile i edit the lub directly too, for more security
accesoryid.lub
Código: [seleccionar]
ACCESSORY_WHITE_FEATHER_BERET = 2000,
ACCESSORY_SILVER_FEATHER_BERET = 2001,
ACCESSORY_RED_FEATHER_BERET = 2002,
ACCESSORY_PURPLE_FEATHER_BERET = 2003,
ACCESSORY_PINK_FEATHER_BERET = 2004,
ACCESSORY_ORANGE_FEATHER_BERET = 2005,
ACCESSORY_GREEN_FEATHER_BERET = 2006,
ACCESSORY_GOLD_FEATHER_BERET = 2007,
ACCESSORY_CYAN_FEATHER_BERET = 2008,
ACCESSORY_BROWN_FEATHER_BERET = 2009,
ACCESSORY_BLUE_FEATHER_BERET = 2010,
ACCESSORY_BLACK_FEATHER_BERET = 2011
accname.lub
Código: [seleccionar]
[ACCESSORY_IDs.ACCESSORY_BLACK_FEATHER_BERET] = "_Black_Feather_Beret",
[ACCESSORY_IDs.ACCESSORY_BLUE_FEATHER_BERET] = "_Blue_Feather_Beret",
[ACCESSORY_IDs.ACCESSORY_BROWN_FEATHER_BERET] = "_Brown_Feather_Beret",
[ACCESSORY_IDs.ACCESSORY_GOLD_FEATHER_BERET] = "_Gold_Feather_Beret",
[ACCESSORY_IDs.ACCESSORY_GREEN_FEATHER_BERET] = "_Green_Feather_Beret",
[ACCESSORY_IDs.ACCESSORY_CYAN_FEATHER_BERET] = "_Cyan_Feather_Beret",
[ACCESSORY_IDs.ACCESSORY_ORANGE_FEATHER_BERET] = "_Orange_Feather_Beret",
[ACCESSORY_IDs.ACCESSORY_PINK_FEATHER_BERET = "_Pink_Feather_Beret",
[ACCESSORY_IDs.ACCESSORY_PURPLE_FEATHER_BERET] = "_Purple_Feather_Beret",
[ACCESSORY_IDs.ACCESSORY_RED_FEATHER_BERET] = "_Red_Feather_Beret",
[ACCESSORY_IDs.ACCESSORY_SILVER_FEATHER_BERET] = "_Silver_Feather_Beret",
[ACCESSORY_IDs.ACCESSORY_WHITE_FEATHER_BERET] = "_White_Feather_Beret"
For any dudes, i already have the act and spr, but i didnt have the Cyan and blue, then i add them to:
I add Colors feather berets, and the problem is when im going to use it, dont show the hat, are 12 Fb in total, no one show the hat.
Well, after so many trys of Id View cuz another are busy, i decided to use a new Id View the 2000+
I edit the Lua and lub files, for more security
I diff another client with Diff Id View increase to 5000, With the id view 5000 and With out. the two ways.
I diff with: Load Lua before lub, for test, i diff the to ways, with out and with
I read some problems solve puting a Coma ( ,) in the last one, I try with the Coma and with out Coma ! i put it, drop out, everything!
accessoryid.lua
Código: [seleccionar]
ACCESSORY_WHITE_FEATHER_BERET = 2000,
ACCESSORY_SILVER_FEATHER_BERET = 2001,
ACCESSORY_RED_FEATHER_BERET = 2002,
ACCESSORY_PURPLE_FEATHER_BERET = 2003,
ACCESSORY_PINK_FEATHER_BERET = 2004,
ACCESSORY_ORANGE_FEATHER_BERET = 2005,
ACCESSORY_GREEN_FEATHER_BERET = 2006,
ACCESSORY_GOLD_FEATHER_BERET = 2007,
ACCESSORY_CYAN_FEATHER_BERET = 2008,
ACCESSORY_BROWN_FEATHER_BERET = 2009,
ACCESSORY_BLUE_FEATHER_BERET = 2010,
ACCESSORY_BLACK_FEATHER_BERET = 2011
accname.lua
Código: [seleccionar]
[ACCESSORY_IDs.ACCESSORY_Black_Feather_Beret] = "_Black_Feather_Beret",
[ACCESSORY_IDs.ACCESSORY_Brown_Feather_Beret] = "_Brown_Feather_Beret",
[ACCESSORY_IDs.ACCESSORY_Gold_Feather_Beret] = "_Gold_Feather_Beret",
[ACCESSORY_IDs.ACCESSORY_Green_Feather_Beret] = "_Green_Feather_Beret",
[ACCESSORY_IDs.ACCESSORY_Cyan_Feather_Beret] = "_Cyan_Feather_Beret",
[ACCESSORY_IDs.ACCESSORY_Blue_Feather_Beret] = "_Blue_Feather_Beret",
[ACCESSORY_IDs.ACCESSORY_Orange_Feather_Beret] = "_Orange_Feather_Beret",
[ACCESSORY_IDs.ACCESSORY_Pink_Feather_Beret] = "_Pink_Feather_Beret",
[ACCESSORY_IDs.ACCESSORY_Purple_Feather_Beret] = "_Purple_Feather_Beret",
[ACCESSORY_IDs.ACCESSORY_Red_Feather_Beret] = "_Red_Feather_Beret",
[ACCESSORY_IDs.ACCESSORY_Silver_Feather_Beret] = "_Silver_Feather_Beret",
[ACCESSORY_IDs.ACCESSORY_White_Feather_Beret] = "_White_Feather_Beret"
and meanwhile i edit the lub directly too, for more security
accesoryid.lub
Código: [seleccionar]
ACCESSORY_WHITE_FEATHER_BERET = 2000,
ACCESSORY_SILVER_FEATHER_BERET = 2001,
ACCESSORY_RED_FEATHER_BERET = 2002,
ACCESSORY_PURPLE_FEATHER_BERET = 2003,
ACCESSORY_PINK_FEATHER_BERET = 2004,
ACCESSORY_ORANGE_FEATHER_BERET = 2005,
ACCESSORY_GREEN_FEATHER_BERET = 2006,
ACCESSORY_GOLD_FEATHER_BERET = 2007,
ACCESSORY_CYAN_FEATHER_BERET = 2008,
ACCESSORY_BROWN_FEATHER_BERET = 2009,
ACCESSORY_BLUE_FEATHER_BERET = 2010,
ACCESSORY_BLACK_FEATHER_BERET = 2011
accname.lub
Código: [seleccionar]
[ACCESSORY_IDs.ACCESSORY_BLACK_FEATHER_BERET] = "_Black_Feather_Beret",
[ACCESSORY_IDs.ACCESSORY_BLUE_FEATHER_BERET] = "_Blue_Feather_Beret",
[ACCESSORY_IDs.ACCESSORY_BROWN_FEATHER_BERET] = "_Brown_Feather_Beret",
[ACCESSORY_IDs.ACCESSORY_GOLD_FEATHER_BERET] = "_Gold_Feather_Beret",
[ACCESSORY_IDs.ACCESSORY_GREEN_FEATHER_BERET] = "_Green_Feather_Beret",
[ACCESSORY_IDs.ACCESSORY_CYAN_FEATHER_BERET] = "_Cyan_Feather_Beret",
[ACCESSORY_IDs.ACCESSORY_ORANGE_FEATHER_BERET] = "_Orange_Feather_Beret",
[ACCESSORY_IDs.ACCESSORY_PINK_FEATHER_BERET = "_Pink_Feather_Beret",
[ACCESSORY_IDs.ACCESSORY_PURPLE_FEATHER_BERET] = "_Purple_Feather_Beret",
[ACCESSORY_IDs.ACCESSORY_RED_FEATHER_BERET] = "_Red_Feather_Beret",
[ACCESSORY_IDs.ACCESSORY_SILVER_FEATHER_BERET] = "_Silver_Feather_Beret",
[ACCESSORY_IDs.ACCESSORY_WHITE_FEATHER_BERET] = "_White_Feather_Beret"
For any dudes, i already have the act and spr, but i didnt have the Cyan and blue, then i add them to:
Last edited by a moderator: