EditAttachedObject get object pos...
#1

how to get the X,Y,Z of the Attached object? (for saving..)
Sorry for bad english
Reply
#2

When you're done editing an attached object, this callback is being called:
Код:
public OnPlayerEditAttachedObject(playerid, response, index, modelid, boneid, Float:fOffsetX, Float:fOffsetY, Float:fOffsetZ, Float:fRotX, Float:fRotY, Float:fRotZ, Float:fScaleX, Float:fScaleY, Float:fScaleZ)
{
    ....
}
So you can use OffsetX, fOffsetY, fOffsetZ, fRotX,fRotY, fRotZ, fScaleX, fScaleY, fScaleZ to save your attached object.

More info here
Reply
#3

Quote:
Originally Posted by Conradus
Посмотреть сообщение
removed
Umm what?
Reply
#4

Quote:
Originally Posted by Lirbo
Посмотреть сообщение
Umm what?
Sorry, I edited my post
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)