Does anybody know the id for the textdraw of the Whole map?Like the map shown in esc options as a textdraw,i have searched alot and cant find it.
It's maybe one of these, just found them now in a random script, you can try it.
PHP код:
Stats[0][playerid] = CreatePlayerTextDraw(playerid, 184.800064, 158.293334, "samaps:map");
PlayerTextDrawLetterSize(playerid, Stats[0][playerid], 0.000000, 0.000000);
PlayerTextDrawTextSize(playerid, Stats[0][playerid], 249.600128, 178.453201);
PlayerTextDrawAlignment(playerid, Stats[0][playerid], 1);
PlayerTextDrawColor(playerid, Stats[0][playerid], -1);
PlayerTextDrawSetShadow(playerid, Stats[0][playerid], 0);
PlayerTextDrawSetOutline(playerid, Stats[0][playerid], 0);
PlayerTextDrawFont(playerid, Stats[0][playerid], 4);
Stats[1][playerid] = CreatePlayerTextDraw(playerid, 567.600036, 120.966674, "models\txd:backgnd");
PlayerTextDrawLetterSize(playerid, Stats[1][playerid], 0.000000, 25.982591);
PlayerTextDrawTextSize(playerid, Stats[1][playerid], 136.399993, 0.000000);
PlayerTextDrawAlignment(playerid, Stats[1][playerid], 1);
PlayerTextDrawColor(playerid, Stats[1][playerid], 0);
PlayerTextDrawUseBox(playerid, Stats[1][playerid], true);
PlayerTextDrawBoxColor(playerid, Stats[1][playerid], 102);
PlayerTextDrawSetShadow(playerid, Stats[1][playerid], 0);
PlayerTextDrawSetOutline(playerid, Stats[1][playerid], 0);
PlayerTextDrawFont(playerid, Stats[1][playerid], 0);