SA-MP Forums Archive
[FilterScript] IG Welcome Textdraw's - 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] IG Welcome Textdraw's (/showthread.php?tid=583867)



IG Welcome Textdraw\'s - jamesmith12 - 31.07.2015

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 .


Re: IG Welcome Textdraw\'s - morjan - 31.07.2015

Nice Work!


Re: IG Welcome Textdraw\'s - jamesmith12 - 31.07.2015

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


Re: IG Welcome Textdraw\'s - Hemeei - 31.07.2015

Wow Amazing Bro!.


Re: IG Welcome Textdraw\'s - SpikY_ - 31.07.2015

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


OT: good work


Re: IG Welcome Textdraw\'s - jamesmith12 - 31.07.2015

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


OT: good work
PM SENT , Thanks!


Re: IG Welcome Textdraw\'s - PMH - 31.07.2015

Nice work


Respuesta: IG Welcome Textdraw\'s - Dreyfuz - 31.07.2015

Nice work!


Re: IG Welcome Textdraw\'s - jamesmith12 - 31.07.2015

Thank you ALL !


Re: IG Welcome Textdraw\'s - HydraHumza - 31.07.2015

Nor Bad REP FOR THIS WORK!


Re: IG Welcome Textdraw\'s - RedLabel - 31.07.2015

Wow its really cool, thanks!


Re: IG Welcome Textdraw\'s - OnelifeGaming - 31.07.2015

Nice Work


Re: IG Welcome Textdraw\'s - jamesmith12 - 01.08.2015

I\'II gonna update this later hehehe


Re: IG Welcome Textdraw\'s - IgorLuiz - 01.08.2015

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


Re: IG Welcome Textdraw\'s - jamesmith12 - 01.08.2015

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


Re: IG Welcome Textdraw\'s - Hemeei - 01.08.2015

welcome!


Re: IG Welcome Textdraw\'s - vvv - 01.08.2015

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