3DTextLabels arent showing. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: 3DTextLabels arent showing. (
/showthread.php?tid=117975)
3DTextLabels arent showing. -
Eazy_Efolife - 02.01.2010
Hi, I'm having a problem with a house system i made. The 3DTextLabels wont show. I have tested that if the house system is bugged, and it wasnt the problem. The problem is with the 3Dtextlabel ( How do I know?: Because I changed the textlabel with a pickup and the pickup showed ) any one has an idea?
Code:
Код:
housetext[idx] = Create3DTextLabel(string,0x008080FF,HouseInfo[idx][hEnterX],HouseInfo[idx][hEnterY],HouseInfo[idx][hEnterZ],40.0,-1, 1);
Re: 3DTextLabels arent showing. -
MerLow - 02.01.2010
Try with virtualworld 0.
Re: 3DTextLabels arent showing. -
Eazy_Efolife - 02.01.2010
Quote:
Originally Posted by Merlо
Try with virtualworld 0.
|
nope.
Re: 3DTextLabels arent showing. -
MerLow - 02.01.2010
Quote:
Originally Posted by Compton's Eazy E
Quote:
Originally Posted by Merlо
Try with virtualworld 0.
|
nope.
|
All coordinates are right? If yes, try create with Z added by some value, like 2.0.
Re: 3DTextLabels arent showing. -
Eazy_Efolife - 02.01.2010
Yes all coordinates are correct because i made a /gotohouse cmd and it teleports me to the pos i put my house at.
Re: 3DTextLabels arent showing. -
Kurence - 02.01.2010
try virtual world -1 :P (shows in all worlds)
Re: 3DTextLabels arent showing. -
Eazy_Efolife - 02.01.2010
Quote:
Originally Posted by Kurence
try virtual world -1 :P (shows in all worlds)
|
Re-Read the code.
Re: 3DTextLabels arent showing. -
Kurence - 02.01.2010
Ah sry i haven't noticed
Re: 3DTextLabels arent showing. -
Rac3r - 02.01.2010
Is the string empty? Suppose with an empty string it wouldn't display.
Re: 3DTextLabels arent showing. -
Eazy_Efolife - 02.01.2010
Quote:
Originally Posted by Rac3r
Is the string empty? Suppose with an empty string it wouldn't display.
|
No, the string size is 128