2021-04-05, 06:09 AM
(2021-04-05, 06:01 AM)Bakr Wrote:(2021-04-05, 05:55 AM)Axitz Wrote: Looking at how you interact with PlayerInfo and FactionInfo array, I would suspect you are actually trying to set the skin from the value stored in
- Correct.
Code:SetPlayerSkin(playerid, FactionInfo[PlayerInfo[playerid][playerteam]][FSkin1]);
it worked. thank you so much.