04.04.2012, 10:23
Quote:
change playerid to i, it will give you many errors.
and here is about the random cash you talking about pawn Код:
pawn Код:
pawn Код:
|
Because at Pay Day the player can get 1$, so what the **** ?
pawn Код:
new RandomPay = random( 50000 - 10000 ) + 10000; //change the value to your cash value you want [ ( Max - Min ) + Min ]
GivePlayerMoney( playerid, RandomPay ); //this will give random money 10000 to 50000
pawn Код:
GivePlayerMoney(playerid, random); //this will give random money 0 to 50000
pawn Код:
GivePlayerMoney(playerid, RandomPay); //this will give random money 0 to 50000