06.09.2014, 13:45
Here is the idea
100$ will have the most chance to be gotten
EDIT: Too late, BroZeus already posted the solution
pawn Код:
new RandomCash[] =
{
100,
100,
100,
150,
150,
1000
};
//then
new Random = random(sizeof(RandomCash));
GivePlayerMoney(playerid, RandomCash[Random]);
EDIT: Too late, BroZeus already posted the solution