Random
#2

PHP код:
stock bool:IsProbable(chance){
    if(
chance <= 0) return false;
    if(
chance >= 100) return true;
    if((
random(100)+1) <= chance) return true;
    return 
false;

Reply


Messages In This Thread
Random - by ScIrUsna - 15.05.2016, 04:48
Re: Random - by AbyssMorgan - 15.05.2016, 04:53

Forum Jump:


Users browsing this thread: 1 Guest(s)