Text Traw
#3

for(new h = 0; h < sizeof(CarInfo); h++)
{
if(CarInfo[ownvehkey][cPlate] == 0)
{
Delete3DTextLabel(CarLabel);
format(PropertyString,sizeof(PropertyString),"[______]");
CarLabel = Create3DTextLabel(PropertyString ,0x00FF00FF,CarInfo[ownvehkey][cLocationx]+2, CarInfo[ownvehkey][cLocationy], CarInfo[ownvehkey][cLocationz]+2,10.0,0,0);
}
if(CarInfo[ownvehkey][cPlate] == 1)
{
Delete3DTextLabel(CarLabel);
format(PropertyString,sizeof(PropertyString),"[%d]",CarInfo[ownvehkey][cPlate]);
CarLabel = Create3DTextLabel(PropertyString ,0x00FFFFFF,CarInfo[ownvehkey][cLocationx], CarInfo[ownvehkey][cLocationy], CarInfo[ownvehkey][cLocationz]+2,10.0,0,0);
}
}
Reply


Messages In This Thread
Text Draw - by Hash [NL-RP] - 13.07.2010, 16:09
Re: Text Traw - by DJDhan - 13.07.2010, 16:12
Re: Text Traw - by oliverrud - 13.07.2010, 16:13
Re: Text Traw - by Hash [NL-RP] - 13.07.2010, 16:36

Forum Jump:


Users browsing this thread: 1 Guest(s)