[FilterScript] Simple Random Patent
#9

oh lol ))
Код:
stock RandPlate()
{
    new result[10];
    for(new i=0;i<4;i++) {
        result[i] = random(24)+65;
        result[i+1] = random(9)+48;
    }
    return result;
}
Reply


Messages In This Thread
-.- - by Cacoby - 30.11.2010, 20:51
AW: Simple Random Patent - by Meta - 30.11.2010, 20:56
Re: Simple Random Patent - by Scenario - 30.11.2010, 21:06
Re: Simple Random Patent - by Grim_ - 30.11.2010, 21:07
Re: Simple Random Patent - by 6d - 30.11.2010, 23:57
Re: Simple Random Patent - by Ruffles. - 01.12.2010, 00:39
Re: Simple Random Patent - by Kitten - 01.12.2010, 04:58
Re: Simple Random Patent - by The_Moddler - 01.12.2010, 08:35
Re: Simple Random Patent - by Aleks10 - 01.12.2010, 09:18
Re: Simple Random Patent - by Jochemd - 01.12.2010, 13:07

Forum Jump:


Users browsing this thread: 1 Guest(s)