[ajuda] Attach3DTextLabelToVehicle
#3

Adicione isto ao final do OnGameModeInit :


pawn Код:
for(new x = 1; x <= MAX_VEHICLES; x++)
    {
        if(IsABikeCar(x))
        {
            new Text3D:VeiculoCivilTexto3D;
            VeiculoCivilTexto3D = Create3DTextLabel("{00FF00}Brasil {FFD700}Cold{1E90FF}Life\n{FFFFFF}Veнculo Civil", 0xFFFFFFFF, 0.0, 0.0, 0.0, 50.0, 0, 1 );
            Attach3DTextLabelToVehicle(VeiculoCivilTexto3D, x, 0.0, 0.0, 2.0);
        }
    }


Espero ter ajudado .
Reply


Messages In This Thread
[ajuda] Attach3DTextLabelToVehicle - by GReeN_WOoD - 01.05.2012, 06:34
Re: [ajuda] Attach3DTextLabelToVehicle - by Lohran - 01.05.2012, 06:35
Re: [ajuda] Attach3DTextLabelToVehicle - by rjjj - 01.05.2012, 11:53

Forum Jump:


Users browsing this thread: 1 Guest(s)