SA-MP Forums Archive
[DUV]Sistema de placas nгo funciona... =/ - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [DUV]Sistema de placas nгo funciona... =/ (/showthread.php?tid=152624)



[DUV]Sistema de placas nгo funciona... =/ - Guilherme_Canani - 05.06.2010

Eu e Blaze estamos tentando fazer um sistema de placas por 3d Text Label mais ele nгo aparece nos carros... Qual o erro


pawn Код:
//placas
  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);
    }
Desculpa nгo junta tudo em um tуpico sу... Esse problema sу aconteceu agora...