07.07.2014, 16:11
In the top add this
pawn Код:
new YourPeds[54][1] = {
{293},
{295},
{296},
{297},
{61},
{255},
{253} // You can add more skins.
};
pawn Код:
new randomskin;
if(PlayerInfo[playerid] [pTeam] == 1) { randomskin = random(sizeof(YourPeds)); } // Here if the player have Team 1 it will give him random skins from YourPeds.
