Textdraw update help
#4

Quote:
Originally Posted by Hellman92
Посмотреть сообщение
Trying do make textdraw update every second but won't do it.


PHP код:
public UpdateMapTimer()
{
    foreach (
Playeri)
    {
        
TextDrawShowForPlayer(iMapdraw0);
     }
     return 
1;

What do you want exactly?

Your first code will show only the textdraw in every second.

Do you want update the text of the textdraw?

Use this:

Код:
TextDrawSetString(Mapdraw0, string);
If you want just change the String, this is a better way, than hide and show the textdraw.
Reply


Messages In This Thread
Textdraw update help - by Hellman92 - 15.02.2016, 19:23
Re: Textdraw update help - by Lowsamp98 - 15.02.2016, 20:49
Re: Textdraw update help - by thewildlima - 15.02.2016, 21:34
Re: Textdraw update help - by Danx - 16.02.2016, 01:07
Re: Textdraw update help - by Hellman92 - 16.02.2016, 05:55
Re: Textdraw update help - by Amunra - 16.02.2016, 06:08
Re: Textdraw update help - by Hellman92 - 16.02.2016, 06:22
Re: Textdraw update help - by Amunra - 16.02.2016, 06:28
Re: Textdraw update help - by Danx - 16.02.2016, 18:12

Forum Jump:


Users browsing this thread: 1 Guest(s)