[Pawn] [Solved] Send a message on multiple lines [text length more than 144] - 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] [Solved] Send a message on multiple lines [text length more than 144] (/showthread.php?tid=2104) |
[Solved] Send a message on multiple lines [text length more than 144] - Radical - 2021-06-08 I'm looking for that function, if the text length is more than 144 letters, Send it in two messages. Thanks SOLUTION: (2021-06-09, 08:48 AM)Pinch Wrote: https://www.burgershot.gg/showthread.php?tid=748 I maked this function but it does not work as I wanted. This separates the word between strings 144 burgershot >> burg .. .. ershot Code: SendClientMessageToAllEx(color, const text[]) { RE: Send a message on multiple lines [text length more than 144] - Pinch - 2021-06-09 https://www.burgershot.gg/showthread.php?tid=748 |