Black Screen On player connect and spawn problem.[Reward:REP+]
#4

edit TLN's one to :
at any place in your gamemode:
pawn Код:
new PlayerText:BlackScreen[MAX_PLAYERS];
onplayerconnect:
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]);
on playerspawn:
pawn Код:
PlayerTextDrawHide(playerid, BlackScreen[playerid]);
Reply


Messages In This Thread
Black Screen On player connect and spawn problem.[Reward:REP+] - by SWGamer - 19.09.2014, 15:27
Re: Black Screen On player connect and spawn problem.[Reward:REP+] - by TLN - 19.09.2014, 16:10
Re: Black Screen On player connect and spawn problem.[Reward:REP+] - by SWGamer - 19.09.2014, 16:21
Re: Black Screen On player connect and spawn problem.[Reward:REP+] - by Eth - 19.09.2014, 16:33

Forum Jump:


Users browsing this thread: 1 Guest(s)