Component Name
#6

In the top of your script, add:

pawn Код:
new EliannSultan=0;
Add this under ongamemodeinit

pawn Код:
EliannSultan = CreateVehicle(560,1516.5228,-695.0573,94.4954,92.0112,17,17,10000);
    AddVehicleComponent(EliannSultan,1010); //Nitro 10x //
    AddVehicleComponent(EliannSultan,1139); //Sultan Spoiler //
    AddVehicleComponent(EliannSultan,1082); //Sultan Wheels //
    ChangeVehiclePaintjob(EliannSultan, 1);
    textid = Create3DTextLabel("Owned By: Eliann",0xFF9900AA,0.0,0.0,0.0,15.0,0);
    Attach3DTextLabelToVehicle(textid, EliannSultan, 0.0, -1.6, -0.35); // tail of the vehicle toward the ground
Your car is now ready with all of the components added.
Reply


Messages In This Thread
Component Name - by Unknown123 - 26.02.2011, 17:29
Re: Component Name - by WackoX - 26.02.2011, 17:59
Re: Component Name - by Unknown123 - 26.02.2011, 18:06
Re: Component Name - by Libra_PL - 26.02.2011, 18:19
Re: Component Name - by Unknown123 - 26.02.2011, 18:38
Re: Component Name - by lewismichaelbbc - 26.02.2011, 19:06
Re: Component Name - by Unknown123 - 26.02.2011, 19:09
Re: Component Name - by 101 - 26.02.2011, 19:25
Re: Component Name - by Unknown123 - 26.02.2011, 19:34
Re: Component Name - by MadeMan - 26.02.2011, 20:15

Forum Jump:


Users browsing this thread: 1 Guest(s)