Jump to content

kiLLers10

Membru
  • Posts

    92
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by kiLLers10

  1. Am facut acest public ca sa dea refresh la numarul 3d de inmatriculare de pe masina dar nu functioneaza forward Refresh(); public Refresh() { new LabelString[256]; for(new h = carsonserver; h < sizeof(CarInfo); h++) { if(CarInfo[h][cOwned] == 1) { Delete3DTextLabel(); format(LabelString, sizeof(LabelString), "{0099FF}%s", CarInfo[h][cLicense]); Car3DLabel[h] = Create3DTextLabel( LabelString, 0xFFFFFFFF, 0.0, 0.0, 0.0, 7.0, 0, 0 ); Attach3DTextLabelToVehicle( Car3DLabel[h], h, 0.0, 0.0, 0.0); } } return 1; } Back to top Quote MultiQuote Edit Report
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.