Textdraws doesn't show
#1

Hello, I have made new textdraws but they aren't showing ingame what is wrong with this:



Код:
	// Random News - Kingpin
    ServerTips = TextDrawCreate(18.000000, 430.000000, "Random News:");
    TextDrawBackgroundColor(ServerTips, 255);
    TextDrawFont(ServerTips, 2);
    TextDrawLetterSize(ServerTips, 0.170000, 1.300000);
    TextDrawColor(ServerTips, 0xFF8000FF);
    TextDrawSetOutline(ServerTips, 1);
    TextDrawSetProportional(ServerTips, 1);

    MessagesTD = TextDrawCreate(70.000000, 432.000000, "");
    TextDrawBackgroundColor(MessagesTD, 255);
    TextDrawFont(MessagesTD, 1);
    TextDrawLetterSize(MessagesTD, 0.220000, 1.000000);
    TextDrawColor(MessagesTD, -1);
    TextDrawSetOutline(MessagesTD, 0);
    TextDrawSetProportional(MessagesTD, 1);
    TextDrawSetShadow(MessagesTD, 1);

	ServerBanner = TextDrawCreate(506.000000, 2.000000, "www.redlabelgaming.net");
	TextDrawBackgroundColor(ServerBanner, 255);
	TextDrawFont(ServerBanner, 0);
	TextDrawLetterSize(ServerBanner, 0.429999, 2.000000);
	TextDrawColor(ServerBanner, 0x33CCFFAA);
	TextDrawSetOutline(ServerBanner, 1);
	TextDrawSetProportional(ServerBanner, 1);
Код:
Gamemode.pwn(556) : warning 213: tag mismatch
Gamemode.pwn(557) : warning 213: tag mismatch
Gamemode.pwn(558) : warning 213: tag mismatch
Gamemode.pwn(559) : warning 213: tag mismatch
Gamemode.pwn(560) : warning 213: tag mismatch
Gamemode.pwn(561) : warning 213: tag mismatch
Gamemode.pwn(562) : warning 213: tag mismatch
Gamemode.pwn(564) : warning 213: tag mismatch
Gamemode.pwn(565) : warning 213: tag mismatch
Gamemode.pwn(566) : warning 213: tag mismatch
Gamemode.pwn(567) : warning 213: tag mismatch
Gamemode.pwn(568) : warning 213: tag mismatch
Gamemode.pwn(569) : warning 213: tag mismatch
Gamemode.pwn(570) : warning 213: tag mismatch
Gamemode.pwn(571) : warning 213: tag mismatch
Gamemode.pwn(573) : warning 213: tag mismatch
Gamemode.pwn(574) : warning 213: tag mismatch
Gamemode.pwn(576) : warning 213: tag mismatch
Gamemode.pwn(577) : warning 213: tag mismatch
Gamemode.pwn(578) : warning 213: tag mismatch
Gamemode.pwn(579) : warning 213: tag mismatch
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


21 Warnings.
Reply


Messages In This Thread
Textdraws doesn't show - by IndependentGaming - 01.06.2016, 13:18
Re: Textdraws doesn't show - by Nin9r - 01.06.2016, 13:47
Re: Textdraws doesn't show - by ilijap - 01.06.2016, 13:51
Re: Textdraws doesn't show - by IndependentGaming - 01.06.2016, 14:25
Re: Textdraws doesn't show - by IndependentGaming - 01.06.2016, 14:35
Re: Textdraws doesn't show - by IndependentGaming - 01.06.2016, 14:48
Re: Textdraws doesn't show - by ratxrat - 01.06.2016, 15:18
Re: Textdraws doesn't show - by IndependentGaming - 01.06.2016, 15:33
Re: Textdraws doesn't show - by oMa37 - 01.06.2016, 15:42
Re: Textdraws doesn't show - by iKevin - 01.06.2016, 15:50

Forum Jump:


Users browsing this thread: 1 Guest(s)