GetSkinName
#4

pawn Код:
enum Skins
{
    SkinName[50],
    SkinModel
}

new PlayerSkin[][Skins] =
{
    {"CJ", 0},
    {"Truth", 1} // like that add more skin models and name
};
This may help, i am using the same stuffs for skin names. But it will still be a long code as the Skin IDs are 0 to 299 so you must take a name from each IDs and there will be 299 lines for sure. Like the stock you have shown.
Reply


Messages In This Thread
Deleted - by LustcheR - 26.02.2014, 18:34
Re: GetSkinName - by CroFoxX256 - 26.02.2014, 18:36
Re: GetSkinName - by LustcheR - 26.02.2014, 18:50
Re: GetSkinName - by iOxide - 26.02.2014, 18:56
Re: GetSkinName - by LustcheR - 26.02.2014, 18:59

Forum Jump:


Users browsing this thread: 1 Guest(s)