Is There Any Way..............?
#3

Not too sure, try:

pawn Код:
public OnVehicleSpawn(vehicleid)
{
    SetPVarInt(playerid, "elegy", 1);
    SetPVarInt(playerid, "elegywhite", CreateObject(18652,0,0,0,0,0,0));
    SetPVarInt(playerid, "elegywhite1", CreateObject(18652,0,0,0,0,0,0));
    AttachObjectToVehicle(GetPVarInt(playerid, "elegywhite"), Elegy, -0.8, 0.0, -0.70, 0.0, 0.0, 0.0);
    AttachObjectToVehicle(GetPVarInt(playerid, "elegywhite1"), Elegy, 0.8, 0.0, -0.70, 0.0, 0.0, 0.0);
    SetPVarInt(playerid, "daspoiler", CreateObject(1139,0,0,0,0,0,0));
    AttachObjectToVehicle(GetPVarInt(playerid, "daspoiler"), Elegy, -0.0039, -2.0976, 0.309, 0.0, 0.0, 0.0);
    return 1;
}
Reply


Messages In This Thread
Is There Any Way..............? - by Danyal - 02.12.2011, 17:22
Re: Is There Any Way..............? - by Danyal - 03.12.2011, 03:56
Re: Is There Any Way..............? - by grand.Theft.Otto - 03.12.2011, 03:58
Re: Is There Any Way..............? - by Danyal - 03.12.2011, 06:01
Re: Is There Any Way..............? - by Danyal - 03.12.2011, 11:21
Re: Is There Any Way..............? - by MadSkillz - 03.12.2011, 11:41
Re: Is There Any Way..............? - by Danyal - 03.12.2011, 11:55
Re: Is There Any Way..............? - by PlayHard - 03.12.2011, 12:38
Re: Is There Any Way..............? - by Danyal - 04.12.2011, 12:27

Forum Jump:


Users browsing this thread: 1 Guest(s)