textdraw
#1

how i can do this textdraw:




moving textdraw.


thanks.
Reply
#2

Its not a textdraw, the name already says its only for text. Search the other draw functions ( new to samp, else I would've give it to you )

edit1; you could try to create it yourself. Create a empty rectangle with has a black color, then use a timer or a clientrender to update your second created rectangle a bit further ( increase the width of it )
Reply
#3

now i want help with settimer.

PHP Code:
dcmd_text(playerid,params[])
{
    
#pragma unused params
    
TextDrawShowForPlayer(playerid,Textdraw0);
    
SetTimer("Textdrawnaita"2500true);
    return 
1;

PHP Code:
public Textdrawnaita(playerid)
{
    
TextDrawShowForPlayer(playerid,Textdraw1);
    
SetTimer("Textdrawnaita2"2500true);

timer show only first textdraw Textdraw0
Reply
#4

This is a progressbar.
Reply
#5

thanks man
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)