[Pawn] insert line as much as the amount. - Printable Version +- Burgershot (https://www.burgershot.gg) +-- Forum: SA-MP (https://www.burgershot.gg/forumdisplay.php?fid=3) +--- Forum: Pawn Scripting (https://www.burgershot.gg/forumdisplay.php?fid=10) +--- Thread: [Pawn] insert line as much as the amount. (/showthread.php?tid=2294) |
insert line as much as the amount. - Axitz - 2022-05-11 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[]) RE: insert line as much as the amount. - Axitz - 2022-05-13 bump. |