Help with random skins from onplayerspawn
#2

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.
Reply


Messages In This Thread
Help with random skins from onplayerspawn - by prooftzm - 07.07.2014, 15:29
Re : Help with random skins from onplayerspawn - by Clad - 07.07.2014, 16:11

Forum Jump:


Users browsing this thread: