[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


Messages In This Thread
[FS]Cool Changing TextDraw (1.0) - by forgottenkings - 19.11.2011, 12:27
Re: [FS]Cool Changing TextDraw (1.0) - by YoUnG_KiD - 19.11.2011, 13:11
Re: [FS]Cool Changing TextDraw (1.0) - by [LaTinb0y]...$ag3R - 19.11.2011, 13:13
Re: [FS]Cool Changing TextDraw (1.0) - by ...:Lucian:... - 19.11.2011, 13:19
Re: [FS]Cool Changing TextDraw (1.0) - by forgottenkings - 19.11.2011, 13:20
Re: [FS]Cool Changing TextDraw (1.0) - by YoUnG_KiD - 19.11.2011, 13:42

Forum Jump:


Users browsing this thread: 3 Guest(s)