SA-MP Forums Archive
how to create random text draws on two language script - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: how to create random text draws on two language script (/showthread.php?tid=257659)



how to create random text draws on two language script - mariomako - 27.05.2011

how to create this ( http://forum.sa-mp.com/showthread.ph...andom+textdraw ) only compactabile with two language script


Re: how to create random text draws on two language script - (SF)Noobanatior - 27.05.2011

just put both langauges in the aray


Re: how to create random text draws on two language script - Niko_boy - 27.05.2011

In this filterscript
Quote:

how to create this ( http://forum.sa-mp.com/showthread.ph...andom+textdraw ) only compactabile with two language script

That u mentioned above change the following:-
Код HTML:
new RandomMessages[][] =
{
    "message 1",
    "message 2",
    "message 3",
    "message 4"
};
//just change the messages and put the message u want of your own choice of any language