attached object to vehicle
#1

I want to attach this 2 objects only when I spawn infernus. The command will be


CMD:infecustom



How?

Code:
new myobject = CreateObject(359,0,0,-1000,0,0,0,100);
AttachObjectToVehicle(myobject, GetPlayerVehicleID(playerid), 1.125000,1.350000,0.075000,91.799980,-0.000001,91.799980);

// :
new myobject = CreateObject(359,0,0,-1000,0,0,0,100);
AttachObjectToVehicle(myobject, GetPlayerVehicleID(playerid), -1.124999,1.350000,0.150000,-80.999992,-0.000001,89.099983);
Reply


Messages In This Thread
attached object to vehicle - by kbalor - 02.11.2013, 17:04
Re: attached object to vehicle - by DaniceMcHarley - 02.11.2013, 17:33
Re: attached object to vehicle - by kbalor - 02.11.2013, 18:02
Re: attached object to vehicle - by DaniceMcHarley - 02.11.2013, 18:49
Re: attached object to vehicle - by kbalor - 02.11.2013, 19:01
Re: attached object to vehicle - by DaniceMcHarley - 02.11.2013, 19:05
Re: attached object to vehicle - by kbalor - 02.11.2013, 19:15

Forum Jump:


Users browsing this thread: 1 Guest(s)