03.02.2014, 14:09
Столкнулся с такой проблемой, что CreatePlayerTextDraw возвращает 0, почему?
Код:
В конечном итоге PVar равен 0, а также выводится 0, но текстдрав показывается.
Код:
Код:
new PlayerText:tmp, * tmp = CreatePlayerTextDraw(playerid,68.000000, 50.000000, "skin_form"); /* СТИЛИ */ PlayerTextDrawShow(playerid, tmp); SetPVarInt(playerid, "formPTD", _:tmp); printf("%i", _:tmp);