Random timer
#2

pawn Код:
fishtimer[playerid] = SetTimerEx("FishTimer", RandomBetween(5000, 70000), false, "i", playerid);

stock RandomBetween(minimum_value, maximum_value)
{
    return (random((maximum_value - minimum_value) + 1) + minimum_value);
}
Reply


Messages In This Thread
Random timer - by MayaEU - 21.07.2016, 23:37
Re: Random timer - by SickAttack - 21.07.2016, 23:38
Re: Random timer - by MayaEU - 21.07.2016, 23:53

Forum Jump:


Users browsing this thread: 1 Guest(s)