10.04.2011, 14:50
What could be the issue? Got no answer posting in his thread but I need to fix It!
Problem:
Dynamic 3D Textlabels stopped rendering (being created, showing up at all)
I'm creating both objects and pickups with the streamer - with no problem.
And the funny thing is, that i didn't change anything at all. (it all worked before)
And I never changed anything once it worked - so i don't know what the issue is.
As it loads the pickup the coordinates are correct (and they aren't changed because i use the same to exit/enter houses)
Problem:
Dynamic 3D Textlabels stopped rendering (being created, showing up at all)
I'm creating both objects and pickups with the streamer - with no problem.
And the funny thing is, that i didn't change anything at all. (it all worked before)
pawn Код:
new Text3D:hinfo[HOUSES]; // HOUSES is defined to 50
new houtpk[HOUSES];
// This works
houtpk[i] = CreateDynamicPickup(1272,23,hData[i][hoX],hData[i][hoY],hData[i][hoZ],0,0,-1,100.0); // Out / OWNED
// This doesn't work
hinfo[i] = Text3D:CreateDynamic3DTextLabel(infstr,COLOR_BLUE,hData[i][hoX],hData[i][hoY],hData[i][hoZ],30.0,-1,-1,1,0,0,-1,30.0);
As it loads the pickup the coordinates are correct (and they aren't changed because i use the same to exit/enter houses)