SA:MP Function - Something between random and probability?
#7

Код:
stock RandomChange( most, rare, probability )
{
    new NMB = random( probability ) ? most : rare;
	return NMB;
}
RandomChange( 5, randomEx(200, 500), 20 );
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)