[FilterScript] [FS]Cool Changing TextDraw (1.0)
#1

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.000000433.000000" ");
    
TextDrawBackgroundColor(GauthamRandom, -1);
    
TextDrawFont(GauthamRandom1);
    
TextDrawLetterSize(GauthamRandom0.5199991.300000);
    
TextDrawColor(GauthamRandom65535);
    
TextDrawSetOutline(GauthamRandom1);
    
TextDrawSetProportional(GauthamRandom1);
    
TextDrawUseBox(GauthamRandom1);
    
TextDrawBoxColor(GauthamRandom255);
    
TextDrawTextSize(GauthamRandom637.0000000.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(GauthamRandomRandomMessages[random(sizeof(RandomMessages))]);
        return 
1;
}
public 
OnPlayerSpawn(playerid)
{
    
TextDrawShowForPlayer(playerid,GauthamRandom);
    return 
1;

PasteBin = Click ME!

PHP код:
CreditsYou Know That Me 
Pics:
http://www.imagehousing.com/image/904717
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Reply
#2

images?? videos??
Reply
#3

yea is'nt here any pic or vedio medio...huh...lol !
Reply
#4

I put this on my gm is nice but hmm
Reply
#5

1 image added sorry i cant do anymore now
Reply
#6

Nyc one!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)