3D Text Label Help !
#9

pawn Код:
new Text3D:CarLabels[MAX_VEHICLES];
pawn Код:
for(new i = 0; i < MAX_VEHICLES; i++)
{
    if(CarInfo[i][cOwned] == 1)
    {
        format(PropertyString,sizeof(PropertyString),"%d", CarInfo[i][cPlate]);
        CarLabels[i] = Create3DTextLabel(PropertyString ,0x00FF00FF,CarInfo[i][cAngle], CarInfo[i][cPlate],CarInfo[i][cPlate],10, 0);
    }
}
add to "/v buyplate" command
pawn Код:
format(string, sizeof(string), "%d", CarInfo[ownvehkey][cPlate]);
Update3DTextLabelText(CarLabels[ownvehkey], 0x00FF00FF, string);
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: 3 Guest(s)