Textdraw String Problem
#2

To show changed textdraw, you must hide and show textdraw again.

Quote:

forward MapKill1();
public MapKill1()
{
TextDrawHideForAll(MapKillsSoldiers);
new string[16];
format(string, sizeof string, "%d", MapKillsSoldiers);
TextDrawSetString(Textdraw12, string);
TextDrawShowForAll(MapKillsSoldiers);
return 1;
}

forward MapKill2();
public MapKill2()
{
TextDrawHideForAll(MapKillsTerrorists);
new string[16];
format(string, sizeof string, "%d", MapKillsTerrorists);
TextDrawSetString(Textdraw13, string);
TextDrawShowForAll(MapKillsTerrorists);
return 1;
}

Reply


Messages In This Thread
Textdraw String Problem - by Phyzic - 18.08.2014, 09:10
Re: Textdraw String Problem - by jidavid - 18.08.2014, 09:15
Re: Textdraw String Problem - by Phyzic - 18.08.2014, 09:32
Re: Textdraw String Problem - by MicroD - 18.08.2014, 09:35
Re: Textdraw String Problem - by jidavid - 18.08.2014, 09:36
Re: Textdraw String Problem - by Phyzic - 18.08.2014, 09:41
Re: Textdraw String Problem - by MicroD - 18.08.2014, 09:45

Forum Jump:


Users browsing this thread: 1 Guest(s)