13.04.2011, 14:36
Quote:
Recently this plugin stopped creating dynamic 3D text labels - they were working,
And i did not change anything to it and i recently got back to developing after a few days of headache and now none of them appears. I use CreateDynamicPickup, it works, and CreateDynamicObject, it works. But not 3D-textlabels. And as i said, i changed nothing. Nada, so I know the code was correctly done. It was tested on a "clean" server, (no previous labels created) and it still doesn't create. I load positions from file, and it's the same position as pickup, and the pickup spawns but not the label. And since it's a dynamic system, i create it ingame aswell with GetPlayerPos and it works for the pickup, but not the label. |
pawn Код:
new hinfo[HOUSES]; // This is placed on the top of my script and HOUSES is defined to 50...
hinfo[houseid] = Text3D:CreateDynamic3DTextLabel(infstr,COLOR_BLUE,hData[houseid][hoX],hData[houseid][hoY],hData[houseid][hoZ],30.0,-1,-1,1,0,0,-1,30.0);