[FilterScript] IG Welcome Textdraw's
#1

Hi Guys This is my first Filter Script! .








CODE TO EDIT :


PHP Code:
        
 
///Your Website Link.
    
Textdraw20 TextDrawCreate(212.50000052.266639"www.yourwebsite.com");
    
TextDrawLetterSize(Textdraw200.4499991.600000);
    
TextDrawAlignment(Textdraw201);
    
TextDrawColor(Textdraw2016777215);
    
TextDrawSetShadow(Textdraw200);
    
TextDrawSetOutline(Textdraw201);
    
TextDrawBackgroundColor(Textdraw2051);
    
TextDrawFont(Textdraw202);
    
TextDrawSetProportional(Textdraw201);

        
///Your Server Name.
    
Textdraw6 TextDrawCreate(292.00000033.733306"JAMES SMITH SERVER");
    
TextDrawLetterSize(Textdraw60.4499991.600000);
    
TextDrawAlignment(Textdraw61);
    
TextDrawColor(Textdraw616711935);
    
TextDrawSetShadow(Textdraw60);
    
TextDrawSetOutline(Textdraw61);
    
TextDrawBackgroundColor(Textdraw651);
    
TextDrawFont(Textdraw63);
    
TextDrawSetProportional(Textdraw61); 
PASTEBIN : CLICK ME

Installation for Newbies
1.Open Pawn

2.Copy All Codes from pastebin

3.press F5

4.Save it to your filterscript folder

5.Open Server.cfg

6.go to filterscript line

7.add the filterscript name that you compile before

8.Congrats!

Hope you guys enjoy! cheers .
Reply
#2

Nice Work!
Reply
#3

Quote:
Originally Posted by morjan
View Post
Nice Work!
Thank you!
Reply
#4

Wow Amazing Bro!.
Reply
#5

How you have added those models "grand theft auto San andreas"?


OT: good work
Reply
#6

Quote:
Originally Posted by SpikY_
View Post
How you have added those models "grand theft auto San andreas"?


OT: good work
PM SENT , Thanks!
Reply
#7

Nice work
Reply
#8

Nice work!
Reply
#9

Thank you ALL !
Reply
#10

Nor Bad REP FOR THIS WORK!
Reply
#11

Wow its really cool, thanks!
Reply
#12

Nice Work
Reply
#13

I\'II gonna update this later hehehe
Reply
#14

Could optimize some more!


ex:
PHP Code:
 new TextTextDraw [22];

 
TextDraw [0] = TextDrawCreate (0.0000000.000000"LD_SPAC: white");
 
TextDrawLetterSize (TextDraw [0], 0.0000000.000000);
 
TextDrawTextSize (TextDraw [0], 829.50000093.333358);
 
TextDrawAlignment (TextDraw [0], 1);
 
TextDrawColor (TextDraw [0], 255);
 
TextDrawSetShadow (TextDraw [0], 0);
 
TextDrawSetOutline (TextDraw [0], 0);
 
TextDrawFont (TextDraw [0], 4);

 
Etc .. 
@ FilterScript


The FilterScript is great, congratulations! + rep
Reply
#15

Quote:


Could Optimize some more!

ex:
PHP Code:
 new TextTextDraw [22];

 
TextDraw [0] = TextDrawCreate (0.0000000.000000"LD_SPAC: white");
 
TextDrawLetterSize (TextDraw [0], 0.0000000.000000);
 
TextDrawTextSize (TextDraw [0], 829.50000093.333358);
 
TextDrawAlignment (TextDraw [0], 1);
 
TextDrawColor (TextDraw [0], 255);
 
TextDrawSetShadow (TextDraw [0], 0);
 
TextDrawSetOutline (TextDraw [0], 0);
 
TextDrawFont (TextDraw [0], 4);

 
Etc .. 
@ FilterScript


The FilterScript is great, congratulations! + rep

Thanks bro
Reply
#16

welcome!
Reply
#17

In my opinion this is ugly, I don\'t see why you need all those textdraws just for people joining, nevertheless good job.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)