Random skin in range
#2

Put somewhere in your script:
Код:
stock minrand(min, max) //By Alex "******" Cole
{
    return random(max - min) + min;
}
Код:
SetPlayerSkin(playerid, minrand(105, 107));
Reply


Messages In This Thread
Random skin in range - by lamarr007 - 22.12.2011, 17:04
Re: Random skin in range - by spedico - 22.12.2011, 17:07
Re: Random skin in range - by [ABK]Antonio - 22.12.2011, 18:40

Forum Jump:


Users browsing this thread: 2 Guest(s)