20.02.2009, 06:14
ok it did not go whell with the othere but now i am trying diffrend.
I have tryed all that it say i shut do add it on the Top but no use :S
Here is the Gamemode witch i am using now http://pastebin.com/f4f948467
Can somone be so kind for me to add this in
pawn Код:
//On top of script:
new Text:Textdraw0;
new Text:Textdraw1;
//In OnGameModeInit or any other place, we procced to create our textdraw:
Textdraw0 = TextDrawCreate(279.000000,426.000000,"Islenski GTA SA Serverinn");
Textdraw1 = TextDrawCreate(3.000000,436.000000,"[url]http://www.gtasa.is"[/url]);
TextDrawAlignment(Textdraw0,0);
TextDrawAlignment(Textdraw1,0);
TextDrawBackgroundColor(Textdraw0,0x000000ff);
TextDrawBackgroundColor(Textdraw1,0x00ff0033);
TextDrawFont(Textdraw0,2);
TextDrawLetterSize(Textdraw0,0.599999,2.000000);
TextDrawFont(Textdraw1,2);
TextDrawLetterSize(Textdraw1,0.399999,1.000000);
TextDrawColor(Textdraw0,0x00ff00ff);
TextDrawColor(Textdraw1,0x0000ffff);
TextDrawSetOutline(Textdraw0,1);
TextDrawSetOutline(Textdraw1,1);
TextDrawSetProportional(Textdraw0,1);
TextDrawSetProportional(Textdraw1,1);
TextDrawSetShadow(Textdraw0,1);
TextDrawSetShadow(Textdraw1,1);
Here is the Gamemode witch i am using now http://pastebin.com/f4f948467
Can somone be so kind for me to add this in