30.11.2010, 18:26
You need to create the object first, and then use its id in the function.
pawn Код:
new object = CreateObject(blahblah);
AttachObjectToVehicle(object, vehicle, blahblah);