3D Text Label Help !
#8

Quote:
Originally Posted by MadeMan
Посмотреть сообщение
And how you create the 3D Text Label?
for(new i = 0; i < MAX_VEHICLES; i++)
{
if(CarInfo[i][cOwned] == 1)
{
Delete3DTextLabel(CarLabel);
format(PropertyString,sizeof(PropertyString),"%d", CarInfo[i][cPlate]);
CarLabel = Create3DTextLabel(PropertyString ,0x00FF00FF,CarInfo[i][cAngle], CarInfo[i][cPlate],CarInfo[i][cPlate],10, 0);

}
}
Reply


Messages In This Thread
3D Text Label Help ! - by Hash [NL-RP] - 14.07.2010, 14:45
Re: 3D Text Label Help ! - by MadeMan - 14.07.2010, 15:02
Re: 3D Text Label Help ! - by Hash [NL-RP] - 14.07.2010, 15:09
Re: 3D Text Label Help ! - by MadeMan - 14.07.2010, 15:24
Re: 3D Text Label Help ! - by Hash [NL-RP] - 14.07.2010, 15:27
Re: 3D Text Label Help ! - by MadeMan - 14.07.2010, 15:29
Re: 3D Text Label Help ! - by willsuckformoney - 14.07.2010, 15:31
Re: 3D Text Label Help ! - by Hash [NL-RP] - 14.07.2010, 15:34
Re: 3D Text Label Help ! - by MadeMan - 14.07.2010, 15:40
Re: 3D Text Label Help ! - by Hash [NL-RP] - 14.07.2010, 15:52

Forum Jump:


Users browsing this thread: 1 Guest(s)