SA-MP Forums Archive
Help Random Message - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help Random Message (/showthread.php?tid=469551)



Help Random Message - FLapJAck - 13.10.2013




Re: Help Random Message - Konstantinos - 13.10.2013

Use comma (,) after closing the text with " except the last one.

pawn Код:
new RandomMessages[][] =
{
    "...",
    "...",
    "...",
    "...",
    "...",
    "...",
    "...",
    "...",
    "...",
    "...",
    "..."
};