TextDraw
#1

I made some TextDraw for my server, i want those TextDraws view just on the logging menu, like :

Welcome to my server :
Код:
MainMenu[5] = TextDrawCreate(87 ,40 , "Welcome To My Server!");
	TextDrawFont(MainMenu[5] , 1);
	TextDrawLetterSize(MainMenu[5] , 1, 7);
	TextDrawColor(MainMenu[5] , 0x2072d6FF);
	TextDrawSetOutline(MainMenu[5] , true);
	TextDrawSetProportional(MainMenu[5] , true);
	TextDrawSetShadow(MainMenu[5] , 1);
This code is already from the server, i've made new one :

Код:
MainMenu[5] = TextDrawCreate(95 ,51 , "ServerWebsite.com");
	TextDrawFont(MainMenu[5] , 2);
	TextDrawLetterSize(MainMenu[5] , 1, 7);
	TextDrawColor(MainMenu[5] , 0x2072d6FF);
	TextDrawSetOutline(MainMenu[5] , true);
	TextDrawSetProportional(MainMenu[5] , true);
	TextDrawSetShadow(MainMenu[5] , 1);
When i put the second one with the first, it's get bugged and the website "for example" views.. any help ?
Reply


Messages In This Thread
TextDraw - by Brys - 03.04.2015, 14:01
Re : TextDraw - by AlexBlack - 03.04.2015, 14:04
Re: TextDraw - by Brys - 03.04.2015, 14:06
Re : TextDraw - by AlexBlack - 03.04.2015, 14:09

Forum Jump:


Users browsing this thread: 1 Guest(s)