optimize
#4

Thank you everyone. I'm trying to attach a 3dTextLabel to this vehicles i created:

pawn Код:
for(new i = 0; i < sizeof(CarRentLs); i++)
    {
        new nrinmatric[50];
        format(nrinmatric, sizeof(nrinmatric), "{FF0033}RNT - 0%d", i);
        SetVehicleNumberPlate(CarRentLs[i], nrinmatric);
        SetVehicleToRespawn(CarRentLs[i]);
        RentCarLabel[i] = Create3DTextLabel( "Rental Car", 0xFF0000AA, 0.0, 0.0, 0.0, 50.0, 0, 1);
        Attach3DTextLabelToVehicle(RentCarLabel[CarRentLs] , vehicle_id, 0.0, 0.0, 2.0);
    }
Getting tag mismatch, what's wrong?
Reply


Messages In This Thread
optimize - by KinderClans - 22.08.2018, 13:17
Re: optimize - by GospodinX - 22.08.2018, 13:23
Re: optimize - by Lokii - 22.08.2018, 13:25
Re: optimize - by KinderClans - 22.08.2018, 13:39
Re: optimize - by Sew_Sumi - 24.08.2018, 04:07
Re: optimize - by SyS - 24.08.2018, 04:09
Re: optimize - by Shinja - 24.08.2018, 14:18

Forum Jump:


Users browsing this thread: 1 Guest(s)