31.07.2015, 16:11
Hi Guys This is my first Filter Script! .
CODE TO EDIT :
PASTEBIN : CLICK ME 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);
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 .