28.11.2010, 15:31
i tested it this way
the object (testobject) is created and also nothing happens. I know it should work..
i saw the pictures
Код:
if (strcmp("/attach", cmdtext, true, 10) == 0) {
GetVehiclePos(testcar,xt,yt,zt);
AttachObjectToVehicle(testobject,testcar,xt,yt,zt,20,20,20);
return 1;
}
i saw the pictures

