06.02.2013, 23:38
Quote:
|
Use Player TextDraw instead of Global TextDraw.
Link: https://sampwiki.blast.hk/wiki/CreatePlayerTextDraw |
But I can't put that OnPlayerConnect, it must be OnGameModeInit. But If I put like this it won't work
pawn Код:
Textdraw1 = CreatePlayerTextDraw(10.000000, 159.000000, "Ime:");
PlayerTextDrawFont:(playerid, Textdraw1, 255); // then comes Unefined symbol playerid
TextDrawFont(Textdraw1, 1); // and to the end
TextDrawLetterSize(Textdraw1, 0.609999, 1.700000);
TextDrawColor(Textdraw1, 869072810);
TextDrawSetOutline(Textdraw1, 0);
TextDrawSetProportional(Textdraw1, 1);
TextDrawSetShadow(Textdraw1, 1);


