new rand = random(5);switch(rand){ case 0: GivePlayerMoney(playerid, xxx); case 1: GivePlayerMoney(playerid, xxx); //and so on}