23.06.2015, 20:10
Hello, I would like to convert this code so that its progress: x.
Because this does not work:
and
Thank you in advance regards,
Quote:
DropObject [i] = CreateDynamicObject (ItemID, X, Y, Z, RX, RY, RZ, world); |
Quote:
DropObject [i] = CreateObject (ItemID, X, Y, Z, RX, RY, RZ, world); |
Quote:
DropObject [i] = CreateDynamicObject (ItemID, X, Y, Z-1, 80.0, 0.0, 0.0, world); |