stock GiveRandomAmount(playerid){new RandomAMT = random(800);if(random >= 60 && random <= 800) { GivePlayerMoney(playerid, random); }return 1;}