SA-MP Forums Archive
Help Please - 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: Help Please (/showthread.php?tid=173568)



Help Please - bennyisme - 03.09.2010

Okay so how can i make it for the filterscript with this.
Код:
CallRemoteFunction("ShowInfoBox", "iisi", playerid, -1, "Welcome to Server.", 4000);
CallRemoteFunction("ShowInfoBox", "iisi", playerid, -1, "Please enjoy your stay.", 14000);
can someone help me script a filterscript or tell me how to script it so it matches. the number is the time it last be for changing to the next one. It is a textdraw.

Код:
        Textdraw0 = TextDrawCreate(126.000000, 160.000000, "");
	TextDrawAlignment(Textdraw0, 2);
	TextDrawBackgroundColor(Textdraw0, 255);
	TextDrawFont(Textdraw0, 1);
	TextDrawLetterSize(Textdraw0, 0.500000, 1.799999);
	TextDrawColor(Textdraw0, -1);
	TextDrawSetOutline(Textdraw0, 0);
	TextDrawSetProportional(Textdraw0, 1);
	TextDrawSetShadow(Textdraw0, 1);
	TextDrawTextSize(Textdraw0, 332.000000, 164.000000);



Re: Help Please - bennyisme - 11.09.2010

anyone can help me?