textdraw wrong working
#1

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 ?
PHP код:
TextDrawCreate(240.0,580.0,"Loi");//first textdraw
    //ThongTinXe
    
ThongTinXe TextDrawCreate(619159"hud:radar_impound");
    
TextDrawFont(ThongTinXe4);
    
TextDrawTextSize(ThongTinXe12.012.0);
    
TextDrawUseBox(ThongTinXe1);
    
TextDrawSetSelectable(ThongTinXe1); 
Reply
#2

use
PHP код:
TextDrawShowForPlayer 
Reply
#3

Quote:
Originally Posted by PepsiCola23
Посмотреть сообщение
use
PHP код:
TextDrawShowForPlayer 
i know but it not showing the first textdraw
Reply
#4

use variable when you create first textdraw to show it later.
for example:
PHP код:
firsttxd TextDrawCreate(240.0,580.0,"Loi");//first textdraw
TextDrawShowForPlayer(playerid,firsttxd);//for show in later. 
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)