Anyone knows this?
#1

So, whats the problem here? The Textdraw doesn't shows up anymore..
Код:
new Text:Textdraw0[MAX_PLAYERS];

for(new playerid = 0; playerid < MAX_PLAYERS; playerid++)
    {

Textdraw0[playerid] = TextDrawCreate(245.000000, 437.000000, "01/25");
TextDrawBackgroundColor(Textdraw0[playerid], 255);
TextDrawFont(Textdraw0[playerid], 1);
TextDrawLetterSize(Textdraw0[playerid], 0.520000, 1.000000);
TextDrawColor(Textdraw0[playerid], -1);
TextDrawSetOutline(Textdraw0[playerid], 0);
TextDrawSetProportional(Textdraw0[playerid], 1);
TextDrawSetShadow(Textdraw0[playerid], 1);

}

OnPlayerConnect

TextDrawShowForPlayer(playerid, Textdraw0[playerid]);

OnPlayerEnterRaceCheckPoint

format(neewtext, sizeof(neewtext),"%d/%d",Checkpointsdone[playerid],MaxCheckpoints)
TextDrawSetString(Textdraw0[playerid], neewtextt)
Would be nice if u could help me.
Reply


Messages In This Thread
Anyone knows this? - by [Ha]Lommo - 18.04.2011, 17:15
Re: Anyone knows this? - by Joyner - 18.04.2011, 17:18
Re: Anyone knows this? - by [Ha]Lommo - 18.04.2011, 17:20
Re: Anyone knows this? - by Stigg - 18.04.2011, 17:21
Re: Anyone knows this? - by [Ha]Lommo - 18.04.2011, 17:33
Re: Anyone knows this? - by Stigg - 18.04.2011, 17:42
Re: Anyone knows this? - by Joe Staff - 18.04.2011, 17:46

Forum Jump:


Users browsing this thread: 1 Guest(s)