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


Messages In This Thread
3DTextLabel no appear - by Guilherme_Canani - 12.06.2010, 19:47
Re: 3DTextLabel no appear - by iJumbo - 12.06.2010, 19:54
Re: 3DTextLabel no appear - by Dark_Kostas - 12.06.2010, 19:57
Re: 3DTextLabel no appear - by Guilherme_Canani - 12.06.2010, 20:01
Re: 3DTextLabel no appear - by Dark_Kostas - 12.06.2010, 20:16
Re: 3DTextLabel no appear - by Guilherme_Canani - 12.06.2010, 20:20
Re: 3DTextLabel no appear - by clavador - 12.06.2010, 21:44
Re: 3DTextLabel no appear - by Guilherme_Canani - 12.06.2010, 21:53
Re: 3DTextLabel no appear - by Guilherme_Canani - 13.06.2010, 01:42

Forum Jump:


Users browsing this thread: 1 Guest(s)