19.09.2014, 16:33
edit TLN's one to :
at any place in your gamemode:
onplayerconnect:
on playerspawn:
at any place in your gamemode:
pawn Код:
new PlayerText:BlackScreen[MAX_PLAYERS];
pawn Код:
BlackScreen[playerid] = CreatePlayerTextDraw(playerid, 711.375000, 1.500000, "usebox");
PlayerTextDrawLetterSize(playerid, BlackScreen[playerid], 0.000000, 50.646297);
PlayerTextDrawTextSize(playerid, BlackScreen[playerid], -12.000000, 0.000000);
PlayerTextDrawAlignment(playerid, BlackScreen[playerid], 1);
PlayerTextDrawColor(playerid, BlackScreen[playerid], 0);
PlayerTextDrawUseBox(playerid, BlackScreen[playerid], true);
PlayerTextDrawBoxColor(playerid, BlackScreen[playerid], 255);
PlayerTextDrawSetShadow(playerid, BlackScreen[playerid], 0);
PlayerTextDrawSetOutline(playerid, BlackScreen[playerid], 0);
PlayerTextDrawFont(playerid, BlackScreen[playerid], 0);
PlayerTextDrawShow(playerid, BlackScreen[playerid]);
pawn Код:
PlayerTextDrawHide(playerid, BlackScreen[playerid]);