[FilterScript] [FS]Cool Changing TextDraw (1.0) - 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: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] [FS]Cool Changing TextDraw (1.0) (
/showthread.php?tid=298119)
[FS]Cool Changing TextDraw (1.0) -
forgottenkings - 19.11.2011
Hey guys this is a cool changing textdraw system made by forgottenkings || Stay tuned For Our New Releases
PHP код:
#include <a_samp>
new Text:GauthamRandom;
forward RandomMessage();
public OnFilterScriptInit()
{
SetTimer("RandomMessage",3000,1);
GauthamRandom = TextDrawCreate(3.000000, 433.000000, " ");
TextDrawBackgroundColor(GauthamRandom, -1);
TextDrawFont(GauthamRandom, 1);
TextDrawLetterSize(GauthamRandom, 0.519999, 1.300000);
TextDrawColor(GauthamRandom, 65535);
TextDrawSetOutline(GauthamRandom, 1);
TextDrawSetProportional(GauthamRandom, 1);
TextDrawUseBox(GauthamRandom, 1);
TextDrawBoxColor(GauthamRandom, 255);
TextDrawTextSize(GauthamRandom, 637.000000, 0.000000);
return 1;
}
new RandomMessages[][] =
{
"Welcome To My Server",
"Visit 0.3c = 80.81.247.22:8271",
"Dont Be Noob To Break Rules",
"You Live Without Honour You Fall without Honour"
};
public RandomMessage()
{
TextDrawSetString(GauthamRandom, RandomMessages[random(sizeof(RandomMessages))]);
return 1;
}
public OnPlayerSpawn(playerid)
{
TextDrawShowForPlayer(playerid,GauthamRandom);
return 1;
}
PasteBin =
Click ME!
PHP код:
Credits: You Know That Me
Pics:
http://www.imagehousing.com/image/904717
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Re: [FS]Cool Changing TextDraw (1.0) -
YoUnG_KiD - 19.11.2011
images?? videos??
Re: [FS]Cool Changing TextDraw (1.0) -
[LaTinb0y]...$ag3R - 19.11.2011
yea is'nt here any pic or vedio medio...huh...lol !
Re: [FS]Cool Changing TextDraw (1.0) -
...:Lucian:... - 19.11.2011
I put this on my gm is nice but hmm
Re: [FS]Cool Changing TextDraw (1.0) -
forgottenkings - 19.11.2011
1 image added sorry i cant do anymore now
Re: [FS]Cool Changing TextDraw (1.0) -
YoUnG_KiD - 19.11.2011
Nyc one!