26.08.2018, 21:31
So, i have a dynamic vendor system and in this loop (while i load all vendors), i created an actor:
Actors are showing without problems, but...


As you can see, the actor is literally INSIDE the vending object. (When people says: I'm inside this vending system..)
How to put actor a bit back the vending object?
Thanks.
pawn Код:
new VendorActor;
VendorActor = CreateActor(168, VendorData[i][vendorPos][0], VendorData[i][vendorPos][1], VendorData[i][vendorPos][2], VendorData[i][vendorPos][3]);


As you can see, the actor is literally INSIDE the vending object. (When people says: I'm inside this vending system..)
How to put actor a bit back the vending object?
Thanks.