ClientInterface[playerid][CharacterSelection][4] = TextDrawCreate(322.400054, 136.640014, "Empty Slot");
TextDrawLetterSize(ClientInterface[playerid][CharacterSelection][4], 0.196999, 0.837000);
TextDrawAlignment(ClientInterface[playerid][CharacterSelection][4], 2);
TextDrawColor(ClientInterface[playerid][CharacterSelection][4], -1);
TextDrawSetShadow(ClientInterface[playerid][CharacterSelection][4], 0);
TextDrawSetOutline(ClientInterface[playerid][CharacterSelection][4], 0);
TextDrawBackgroundColor(ClientInterface[playerid][CharacterSelection][4], 51);
TextDrawFont(ClientInterface[playerid][CharacterSelection][4], 2);
TextDrawSetProportional(ClientInterface[playerid][CharacterSelection][4], 1);
TextDrawSetSelectable(ClientInterface[playerid][CharacterSelection][4], true);
Note: This is all i'm going to be giving out. |
First of all what you gave up here is not enough at all to know the problem
Secondly you didn't exactly say what's wrong with it. |
Are you blind? It's very obvious what the issue is.
1.) Box is not turned on. https://sampwiki.blast.hk/wiki/TextDrawUseBox 2.) No TextDrawTextSize set. https://sampwiki.blast.hk/wiki/TextDrawTextSize 3.) Unrelated to the problem - Your using the wrong kind of textdraws you need player textdraws for this! https://sampwiki.blast.hk/wiki/CreatePlayerTextDraw 4.) Don't use decimal positions when creating textdraws (TextDrawCreate(322.400054, 136.640014) this is not resolution friendly! |
Are you blind? It's very obvious what the issue is.
1.) Box is not turned on. https://sampwiki.blast.hk/wiki/TextDrawUseBox 2.) No TextDrawTextSize set. https://sampwiki.blast.hk/wiki/TextDrawTextSize 3.) Unrelated to the problem - Your using the wrong kind of textdraws you need player textdraws for this! https://sampwiki.blast.hk/wiki/CreatePlayerTextDraw 4.) Don't use decimal positions when creating textdraws (TextDrawCreate(322.400054, 136.640014) this is not resolution friendly! |
As much are you are correct with your fourth point (I've tested it on a few of my monitors and it's fine), and thanks for helping me with the issue (I don't know what Eth was on about, seen as he's just made out he knows nothing).
+REP (seen as i've never actually bothered with clickable textdraws) Problem Solved |
Knows Nothing? wow do you know that you are the first person who says that about me? anyways,
I am so happy that you solved it. |
Knows Nothing? wow do you know that you are the first person who says that about me? anyways,
I am so happy that you solved it. |