12.11.2014, 18:11
I'm having a problem using the clickable function with the textdraws, I've ******d around and nothing has fixed the issue from what I've seen other people say 'Fixed it', hints why i'm creating this.
Note: This is all i'm going to be giving out.
Note: This is all i'm going to be giving out.
pawn Код:
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);