3DTextLabel no appear
#1

Hi Guys (Brazilian, Bad English, sorry)
Look, i've made this 3DTextLabel, no erros, no warnings, but, him no appears... Code:

pawn Код:
for(new vehid; vehid < MAX_VEHICLES; vehid++)
  {
    new placa[128];
    format(placa,sizeof(placa), "LS %i", vehid);
      VehicleLicense[vehid] = Create3DTextLabel(placa, COLOR_LIGHTBLUE, 0.0, 0.0, 0.0, 50.0, 0, 0);
      Attach3DTextLabelToVehicle(VehicleLicense[vehid], vehid, 0.0, -2.5, 0.5);
    }
I use the search, and i've found some topics, but, any with the answer

Sorry for the Bad English... Thanks
Reply
#2

you have 2 create a 3d text frist under on gamemode or create it in the script Create3DTextLabel
Reply
#3

Quote:
Originally Posted by [ZDM
jumbo ]
you have 2 create a 3d text frist under on gamemode or create it in the script Create3DTextLabel
There is no need.

Can you show us how your COLOR_LIGHTBLUE is defined? Make sure the last 2 characters are FF and not 00 (as i bet they are now )
Reply
#4

Edit Again...

Man, i saw there, and it was

pawn Код:
#define COLOR_LIGHTBLUE 0x33CCFFAA
Then, i've defined, a new to:

pawn Код:
#define COLOR_LIGHTBLUES 0x33CCFFFF
But it doesn't work
Reply
#5

Are you sure the "new" is like that?
pawn Код:
new Text3D:VehicleLicense[MAX_VEHICLES];
I dont know something else
Reply
#6

pawn Код:
new Text3D:VehicleLicense[MAX_VEHICLES];
This is on GameMode
Reply
#7

Quote:
Originally Posted by Guilherme_Canani
pawn Код:
new Text3D:VehicleLicense[MAX_VEHICLES];
This is on GameMode
Increize the Z coordinates a little more. Maybe it's hidden and you can't see it.
Reply
#8

At the Portuguese/Brazilian area, we have a Tutorial talking about Attach3DTextLabelToVehicle, and it's at this cordinates
Reply
#9

Sorry, But i need of it fater...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)