Textlabel -house not showing
#8

pawn Код:
DestroyDynamic3DTextLabel(hInfo[housenumber][hTextc]);
DestroyDynamic3DTextLabel(hInfo[housenumber][hText]);
You destroy the labels, and yet you update them:

pawn Код:
UpdateDynamic3DTextLabelText(hInfo[housenumber][hText], 0x8D8DFF00, string);
Change that to CreateDynamic3DTextLabelText(hInfo[housenumber[hText], 0x8D8DFF00, string); or how ever it is you create them ^.^
Reply


Messages In This Thread
Textlabel -house not showing - by Kar - 25.07.2010, 01:33
Re: Textlabel -house not showing - by DJDhan - 25.07.2010, 06:28
Re: Textlabel -house not showing - by Kar - 25.07.2010, 16:15
Re: Textlabel -house not showing - by Shadow™ - 25.07.2010, 16:28
Re: Textlabel -house not showing - by Kar - 25.07.2010, 16:32
Re: Textlabel -house not showing - by Shadow™ - 25.07.2010, 16:39
Re: Textlabel -house not showing - by Kar - 25.07.2010, 16:40
Re: Textlabel -house not showing - by Shadow™ - 25.07.2010, 17:07
Re: Textlabel -house not showing - by Kar - 25.07.2010, 17:27

Forum Jump:


Users browsing this thread: 1 Guest(s)