09.03.2015, 19:00
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.
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; }