Quantcast
Channel: SA-MP Forums
Viewing all articles
Browse latest Browse all 18226

Text Problem.

$
0
0
Hi sa-mp.com , i have a problem with 3dtextlabel car

I made a system of plate with 3dtext this is source OnGameModeInit

LoadCar();
for(new h = carsonserver; h < sizeof(CarInfo); h++)
{
CreateVehicle(CarInfo[h][cModel],CarInfo[h][cLocationx],CarInfo[h][cLocationy],CarInfo[h][cLocationz]+1.0,CarInfo[h][cAngle],CarInfo[h][cColorOne],CarInfo[h][cColorTwo],60000);
LoadComponents(h);
format(TextCar, sizeof(TextCar), "%s-%s-%s", CarInfo[h][cPlate1], CarInfo[h][cPlate2], CarInfo[h][cPlate3]);
TextUpCar[h] = Create3DTextLabel(TextCar, 0x33AAFFFF , 0.0, 0.0, 0.0, 25, 0, 1);
Attach3DTextLabelToVehicle(TextUpCar[h], h, 0.0, 0.0, 0.1);
}

The text appears but the house text disappears http://imgur.com/a/gE4aX

when I remove from OnGameodeInit Attach3DTextLabelToVehicle and Create3DTextLabel house text appears when disappears car text

Viewing all articles
Browse latest Browse all 18226

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>