TextDraw wont show
#9

if u want a per player TD then do like i say
pawn Код:
new PlayerText:blacktd[MAX_PLAYERS];

// OnPlayerConnect
blacktd[playerid] = PlayerTextDrawCreate(650.000000, 0.000000, "New Textdraw");
    PlayerTextDrawBackgroundColor(blacktd, 0);
    PlayerTextDrawFont(blacktd, 1);
    PlayerTextDrawLetterSize(blacktd, 0.010000, 30.400001);
    PlayerTextDrawColor(blacktd, -1);
    PlayerTextDrawSetOutline(blacktd, 0);
    PlayerTextDrawSetProportional(blacktd, 1);
    PlayerTextDrawSetShadow(blacktd, 1);
    PlayerTextDrawUseBox(blacktd, 1);
    PlayerTextDrawBoxColor(blacktd, 0x000000C8);
// and remove the code on GMinit


//on player connect
   PlayerTextDrawShow(playerid, blacktd[playerid]);
//On player spawn
   PlayerTextDrawHide(playerid,blacktd[playerid]);
Reply


Messages In This Thread
TextDraw wont show - by FireWarrior101 - 14.12.2013, 04:18
Re: TextDraw wont show - by FireWarrior101 - 14.12.2013, 04:49
Re: TextDraw wont show - by s0nic - 14.12.2013, 05:07
Re: TextDraw wont show - by Raza2013 - 14.12.2013, 05:08
Re: TextDraw wont show - by FireWarrior101 - 14.12.2013, 05:18
Re: TextDraw wont show - by newbie scripter - 14.12.2013, 05:20
Re: TextDraw wont show - by FireWarrior101 - 14.12.2013, 05:30
Re: TextDraw wont show - by FireWarrior101 - 14.12.2013, 06:30
Re: TextDraw wont show - by newbie scripter - 14.12.2013, 06:53

Forum Jump:


Users browsing this thread: 1 Guest(s)