18.02.2009, 08:25
hi. i am trying to add a Infotext. here is my gamemode http://pastebin.com/f5cc56c40
And here is the first one i wan to add in.
Here is the second one
Where and hwo do i add this in the gamemode?
And here is the first one i wan to add in.
pawn Код:
new Text:servername;
servername = TextDrawCreate(0.0, 434.0,"Islenski GTA SA Serverinn");
TextDrawFont(servername,3);
TextDrawLetterSize(servername,20,20);
TextDrawColor(servername,0x00F6FF);
TextDrawSetShadow(servername,1);
TextDrawSetOutline(servername,1);
TextDrawBackgroundColor(servername,0x0F60FF);
TextDrawUseBox(servername,1);
TextDrawBoxColor(servername,0xF600FF);
pawn Код:
new Text:servername;
servername = TextDrawCreate(0.0, 0.0,"Islenski GTA SA Serverinn");
TextDrawFont(servername,3);
TextDrawLetterSize(servername,20,20);
TextDrawColor(servername,0x00F6FF);
TextDrawSetShadow(servername,1);
TextDrawSetOutline(servername,1);
TextDrawBackgroundColor(servername,0x0F60FF);
TextDrawUseBox(servername,1);
TextDrawBoxColor(servername,0xF600FF);