16.10.2010, 23:44
Quote:
That's because you're setting the player skin to the random number, which is between 1 and 4 in this case. You want to use the random number to extract a value from the array, so simply replace your SetPlayerSkin with this:
pawn Код:
|
![Tongue](images/smilies/razz.gif)
Thanks man