Object help.
#7

I'm not saying you counted wrong at all, but it might be more reliable if you tag the car when it's created. Otherthan that, your code looks perfect.
Код:
new PoliceCar;
new PoliceLight;
Код:
PoliceCar = CreateVehicle(...... // I don't know your CreateVehicle/AddStaticVehicle line)
PoliceLight = CreateObject(18646, 0, 0, 0, 0, 0, 0);
AttachObjectToVehicle(PoliceLight, PoliceCar, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0);
Reply


Messages In This Thread
Object help. - by [UG]Scripter - 18.12.2010, 00:03
Re: Object help. - by piohh - 18.12.2010, 02:32
Re: Object help. - by RoamPT - 18.12.2010, 03:15
Re: Object help. - by Grim_ - 18.12.2010, 03:31
Re: Object help. - by RoamPT - 18.12.2010, 03:34
Re: Object help. - by [UG]Scripter - 18.12.2010, 04:42
Re: Object help. - by Rac3r - 18.12.2010, 10:55

Forum Jump:


Users browsing this thread: 1 Guest(s)