Textdraw problem
#2

Just create a variable
pawn Код:
if(MyVariable == 1)
{
MyTextdraw = TextDrawCreate(155.000000, 119.000000, "Gate Status: Opened");
}
if(MyVariable == 0)
{
MyTextdraw = TextDrawCreate(155.000000, 119.000000, "Gate Status: Closed");
}
Reply


Messages In This Thread
Textdraw problem - by hardstop - 02.02.2010, 17:29
Re: Textdraw problem - by [03]Garsino - 02.02.2010, 17:43
Re: Textdraw problem - by hardstop - 02.02.2010, 17:44
Re: Textdraw problem - by Miguel - 02.02.2010, 17:48
Re: Textdraw problem - by hardstop - 02.02.2010, 17:49
Re: Textdraw problem - by [03]Garsino - 02.02.2010, 17:49
Re: Textdraw problem - by hardstop - 02.02.2010, 17:54
Re: Textdraw problem - by LuxurioN™ - 02.02.2010, 18:43

Forum Jump:


Users browsing this thread: 1 Guest(s)