13.02.2018, 09:10
thanks for help
i have this textdraw if i use like that textdraw ThongTinXe can show, but first textdraw can't show
if i delete first textdraw ThongTinXe can't showing what wrong ?
i have this textdraw if i use like that textdraw ThongTinXe can show, but first textdraw can't show
if i delete first textdraw ThongTinXe can't showing what wrong ?
PHP код:
TextDrawCreate(240.0,580.0,"Loi");//first textdraw
//ThongTinXe
ThongTinXe = TextDrawCreate(619, 159, "hud:radar_impound");
TextDrawFont(ThongTinXe, 4);
TextDrawTextSize(ThongTinXe, 12.0, 12.0);
TextDrawUseBox(ThongTinXe, 1);
TextDrawSetSelectable(ThongTinXe, 1);