• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] insert line as much as the amount.
#1
hi,



for now, this line is inserting only 1 by 1 since i used People; but I want to multiply it by the amount.



so when i put like /test 10

it will create 10 lines.



example code as below.





Code:
COMMAND:test(playerid, params[])

{

new? iAmount;

if( sscanf ( params, "d", iAmount)) return SendClientMessage(playerid,-1, "[amount]");

new PlayerName[MAX_PLAYER_NAME];

GetPlayerName(playerid, PlayerName, sizeof(PlayerName));

People;

Pool=LOTTERY_PRICE;

dini_IntSet("lottery.ini", "money", Pool);

GivePlayerMoney(playerid, -LOTTERY_PRICE);

new string[128];

format(string, sizeof(string), "%d", People);

dini_Set("lottery.ini", string, PlayerName);

return 1;

}
  Reply
#2
bump.
  Reply


Forum Jump: