PlayerTextDraws not loading.
#1

Hello, I have been try to fix this by my own for a little while but I couldn't solve it.
the filterscript compiles with no errors, but ingame the textdraws don't load.

Код:
here is on player connect code : 
public OnPlayerConnect(playerid)
{
	textdrawexemple					=CreatePlayerTextDraw(playerid, 320.000000, 204.000000, "_");
	PlayerTextDrawAlignment			(playerid, textdrawexemple, 2);
	PlayerTextDrawBackgroundColor	(playerid, textdrawexemple, -1);
	PlayerTextDrawFont				(playerid, textdrawexemple, 1);
	PlayerTextDrawLetterSize		(playerid, textdrawexemple, 0.500000, 16.199998);
	PlayerTextDrawColor				(playerid, textdrawexemple, 255);
	PlayerTextDrawSetOutline		(playerid, textdrawexemple, 1);
	PlayerTextDrawSetProportional	(playerid, textdrawexemple, 1);
	PlayerTextDrawUseBox			(playerid, textdrawexemple, 1);
	PlayerTextDrawBoxColor			(playerid, textdrawexemple, 80);
	PlayerTextDrawTextSize			(playerid, textdrawexemple, 20.000000, 82.000000);
 All the code I put below don't load either : prints , vars .. nothing
        return 1;
}
Reply


Messages In This Thread
PlayerTextDraws not loading. - by Golimad - 09.03.2015, 19:00
Re: PlayerTextDraws not loading. - by Misiur - 09.03.2015, 20:01
Re : PlayerTextDraws not loading. - by Golimad - 10.03.2015, 22:41
AW: Re : PlayerTextDraws not loading. - by Kaliber - 11.03.2015, 08:53
Re : PlayerTextDraws not loading. - by Golimad - 11.03.2015, 17:46

Forum Jump:


Users browsing this thread: 1 Guest(s)