GetSkinName
#1

Deleted
Reply
#2

I think it can't be shorter, you can just delete some skins from the list to make it shorter...
Reply
#3

Quote:
Originally Posted by CroFoxX256
Посмотреть сообщение
I think it can't be shorter, you can just delete some skins from the list to make it shorter...
I think use a loop or string but I do not know how.
I used to have such a.
Reply
#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
#5

Quote:
Originally Posted by iOxide
Посмотреть сообщение
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.
I'm not going to go now 300 skins.
It's also too long.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)