15.04.2015, 14:18
Eae pessoal,
Estou aqui com o problema que ainda nгo consegui descobrir o que estб acontecendo. A verdade й que eu usei preview model mas para alguns players ele estб aparecendo diferente. Vou apresentar duas prints para vocкs verem as diferenзas.
Cуdigo:
Agradeзo a ajuda e colaboraзгo de todos
Estou aqui com o problema que ainda nгo consegui descobrir o que estб acontecendo. A verdade й que eu usei preview model mas para alguns players ele estб aparecendo diferente. Vou apresentar duas prints para vocкs verem as diferenзas.
Cуdigo:
PHP код:
TextDrawFome = CreatePlayerTextDraw(playerid,565.000000, 224.000000, "FomeText");
PlayerTextDrawAlignment(playerid,TextDrawFome, 3);
PlayerTextDrawBackgroundColor(playerid,TextDrawFome, 0x00000000);
PlayerTextDrawFont(playerid,TextDrawFome, 5);
PlayerTextDrawLetterSize(playerid,TextDrawFome, 7.029993, 2.500000);
PlayerTextDrawColor(playerid,TextDrawFome, -1);
PlayerTextDrawSetOutline(playerid,TextDrawFome, 0);
PlayerTextDrawSetProportional(playerid,TextDrawFome, 0);
PlayerTextDrawSetShadow(playerid,TextDrawFome, 1);
PlayerTextDrawUseBox(playerid,TextDrawFome, 1);
PlayerTextDrawBoxColor(playerid,TextDrawFome, 0x00000000);
PlayerTextDrawTextSize(playerid,TextDrawFome, -34.000000, 30.000000);
PlayerTextDrawSetPreviewModel(playerid, TextDrawFome, 2702);
PlayerTextDrawSetPreviewRot(playerid, TextDrawFome, 0.000000, 275.000000, 90.000000, 1.000000);
PlayerTextDrawSetSelectable(playerid,TextDrawFome, 0);