Random Skin Help
#1

Hey gey, i'm treing to make a skin syst which that allow me only to pick a skin from a pre-made interval fo exomple

Код:
new RandomSkins
{
   211,
   177,
   3,
   18,
    280
};
so i can only got 1 of thos skins. Help me plz, sorry fo bad englesh.
Reply
#2

Код:
new RandomSkins[] =
{
    211, 177, 3, 18, 280
};

new skinid = RandomSkins[random(sizeof(RandomSkins))];
Reply
#3

https://sampforum.blast.hk/showthread.php?tid=139456
Reply
#4

thanks you mans
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)