SA-MP Forums Archive
PlayerTextDraw Problem - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: PlayerTextDraw Problem (/showthread.php?tid=499298)



PlayerTextDraw Problem - Ins1d3 - 07.03.2014

PHP код:
PlayerTextDrawSetPreviewModel(iTDInfo[4][i], GetVehicleModel(GetPlayerVehicleID(i)));// I'm show textdraw here, but i'm don't watch it
PlayerTextDrawShow(iTDInfo[4][i]);
TDInfo[4][playerid] = CreatePlayerTextDraw(playerid480.666809391.840698"_");//Create textdraw here
PlayerTextDrawBackgroundColor(playeridTDInfo[4][playerid], 255);
PlayerTextDrawFont(playeridTDInfo[4][playerid], 5);
PlayerTextDrawLetterSize(playeridTDInfo[4][playerid], 0.0000003.416662);
PlayerTextDrawColor(playeridTDInfo[4][playerid], -1);
PlayerTextDrawSetOutline(playeridTDInfo[4][playerid], 0);
PlayerTextDrawSetProportional(playeridTDInfo[4][playerid], 0);
PlayerTextDrawSetShadow(playeridTDInfo[4][playerid], 1);
PlayerTextDrawBackgroundColor(playeridTDInfo[4][playerid], 0xFFFFFF00);
PlayerTextDrawUseBox(playeridTDInfo[4][playerid], 1);
PlayerTextDrawBoxColor(playeridTDInfo[4][playerid], 153);
PlayerTextDrawTextSize(playeridTDInfo[4][playerid], 447.0001220.000000);
PlayerTextDrawSetPreviewRot(playeridTDInfo[4][playerid], 0.000000, -20.00000020.0000000.750000);
PlayerTextDrawSetSelectable(playeridTDInfo[4][playerid], 0);