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.500000, 52.266639, "www.yourwebsite.com");
TextDrawLetterSize(Textdraw20, 0.449999, 1.600000);
TextDrawAlignment(Textdraw20, 1);
TextDrawColor(Textdraw20, 16777215);
TextDrawSetShadow(Textdraw20, 0);
TextDrawSetOutline(Textdraw20, 1);
TextDrawBackgroundColor(Textdraw20, 51);
TextDrawFont(Textdraw20, 2);
TextDrawSetProportional(Textdraw20, 1);
///Your Server Name.
Textdraw6 = TextDrawCreate(292.000000, 33.733306, "JAMES SMITH SERVER");
TextDrawLetterSize(Textdraw6, 0.449999, 1.600000);
TextDrawAlignment(Textdraw6, 1);
TextDrawColor(Textdraw6, 16711935);
TextDrawSetShadow(Textdraw6, 0);
TextDrawSetOutline(Textdraw6, 1);
TextDrawBackgroundColor(Textdraw6, 51);
TextDrawFont(Textdraw6, 3);
TextDrawSetProportional(Textdraw6, 1);
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
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_
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 Text: TextDraw [22];
TextDraw [0] = TextDrawCreate (0.000000, 0.000000, "LD_SPAC: white");
TextDrawLetterSize (TextDraw [0], 0.000000, 0.000000);
TextDrawTextSize (TextDraw [0], 829.500000, 93.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 Text: TextDraw [22]; TextDraw [0] = TextDrawCreate (0.000000, 0.000000, "LD_SPAC: white"); TextDrawLetterSize (TextDraw [0], 0.000000, 0.000000); TextDrawTextSize (TextDraw [0], 829.500000, 93.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.