30.07.2018, 19:25
Pessoal, to com um problema, tipo... eu criei uma Textdraw escrito TESTE, ai eu consegui ajustar a бrea clicбvel dela, ai fui tentar fazer com uma BOX, e nгo da, eu queria que quando eu passe o mouse por cima dela mudasse a cor igual a textdraw TESTE.
Se alguйm puder ajuda eu agradeзo
OBS: Eu jб tentei mudar o Y do PlayerTextDrawTextSize pra 10.000000, mas nгo vai do mesmo jeito.
PHP код:
BoxMenuDash[playerid][0] = CreatePlayerTextDraw(playerid, 158.486083, 89.583404, "usebox");
PlayerTextDrawLetterSize(playerid, BoxMenuDash[playerid][0], 0.000000, 1.897214);
PlayerTextDrawTextSize(playerid, BoxMenuDash[playerid][0], 77.648605, 0.000000);
PlayerTextDrawAlignment(playerid, BoxMenuDash[playerid][0], 1);
PlayerTextDrawColor(playerid, BoxMenuDash[playerid][0], 0);
PlayerTextDrawUseBox(playerid, BoxMenuDash[playerid][0], true);
PlayerTextDrawBoxColor(playerid, BoxMenuDash[playerid][0], 200);
PlayerTextDrawSetShadow(playerid, BoxMenuDash[playerid][0], 0);
PlayerTextDrawSetOutline(playerid, BoxMenuDash[playerid][0], 0);
PlayerTextDrawFont(playerid, BoxMenuDash[playerid][0], 0);
PlayerTextDrawSetSelectable(playerid, BoxMenuDash[playerid][0], true);
OBS: Eu jб tentei mudar o Y do PlayerTextDrawTextSize pra 10.000000, mas nгo vai do mesmo jeito.