Breakcuff command help
#2

I didn't get what you want to do with the command really, but to simulate chances you can use something alike:
pawn Code:
chance(num)
{
    new raN = (random(100)+1);
    return (raN <= num);
}
Usage:
if(chance(50) == 1)....
Reply


Messages In This Thread
Breakcuff command help - by maho422 - 21.01.2013, 16:12
Re: Breakcuff command help - by [XST]O_x - 21.01.2013, 16:19

Forum Jump:


Users browsing this thread: 2 Guest(s)