Help Textdraw I Cant See
#1

I Cant See MyTextdraw's And I It Under
Quote:

public OnGameModeInit()

And This Is The Textdraw
Quote:

// Cmds Teles Credits
cmds = TextDrawCreate(572.000000, 109.000000, "/cmds");
TextDrawBackgroundColor(cmds, 255);
TextDrawFont(cmds, 1);
TextDrawLetterSize(cmds, 0.500000, 1.000000);
TextDrawColor(cmds, 16711935);
TextDrawSetOutline(cmds, 0);
TextDrawSetProportional(cmds, 1);
TextDrawSetShadow(cmds, 1);
TextDrawUseBox(cmds, 1);
TextDrawBoxColor(cmds, 255);
TextDrawTextSize(cmds, 622.000000, -67.000000);

teles = TextDrawCreate(584.000000, 130.000000, "/teles");
TextDrawBackgroundColor(teles, 255);
TextDrawFont(teles, 1);
TextDrawLetterSize(teles, 0.500000, 1.000000);
TextDrawColor(teles, 16711935);
TextDrawSetOutline(teles, 0);
TextDrawSetProportional(teles, 1);
TextDrawSetShadow(teles, 1);
TextDrawUseBox(teles, 1);
TextDrawBoxColor(teles, 255);
TextDrawTextSize(teles, 631.000000, 30.000000);

credits = TextDrawCreate(571.000000, 151.000000, "/credits");
TextDrawBackgroundColor(credits, 255);
TextDrawFont(credits, 1);
TextDrawLetterSize(credits, 0.500000, 1.000000);
TextDrawColor(credits, 16711935);
TextDrawSetOutline(credits, 0);
TextDrawSetProportional(credits, 1);
TextDrawSetShadow(credits, 1);
TextDrawUseBox(credits, 1);
TextDrawBoxColor(credits, 255);
TextDrawTextSize(credits, 636.000000, 0.000000);
return 1;
}

Reply
#2

You only create it, you need to show it.

https://sampwiki.blast.hk/wiki/TextDrawShowForPlayer
Reply
#3

I Dont Understand Can You Just Copy A Code Out And Paste It?
Reply
#4

Bump Help Fast
Reply
#5

fixed np just searching and found and fixed thnx for tryiong to help
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)