ayuda AttachObjectToObjectEx!.
#4

Quote:
Originally Posted by Fynn.
Посмотреть сообщение
Eliminado.

Entendн mal el asunto, disculpas.

no te equivocaste tanto, lo solucione con la funciуn GetObjectAttachedOffset del YSF.

Quote:
Originally Posted by wintronic
Посмотреть сообщение
http://pastebin.com/raw/XUtzBfpq

conversion( primero coordenadas del objeto atante, offsets del objeto atado, variables para almacenar las posiciones del objeto atado )


En tu caso estбs haciendo mal los offset.
no me funciono, sigue igual, eso lo habнa verificado intercambiando las variables .
el problema esta en el GetObjectPos que no daba las coordenadas correctas, lo solucione con el GetObjectAttachedOffset del YSF.,y me funciono perfecto.



PHP код:
new Float:newPOS[6];
new 
Float:offsetPOS[6];
for(new 
d=0d<sizeof asdd++){
    
GetObjectAttachedOffset(asd[d], offsetPOS[0],offsetPOS[1],offsetPOS[2], offsetPOS[3],offsetPOS[4],offsetPOS[5]);
    
GetAttachedObjectPos(baseoffsetPOS[0],offsetPOS[1],offsetPOS[2], newPOS[0],newPOS[1],newPOS[2]);
    
printf("CreateObject(%d,%f,%f,%f,%f,%f,%f);",GetObjectModel(asd[d]), newPOS[0],newPOS[1],newPOS[2], offsetPOS[3],offsetPOS[4],offsetPOS[5] );

____

muchas gracias a los dos, +10 rep. a ambos.
saludos.
Reply


Messages In This Thread
ayuda AttachObjectToObjectEx!. - by OTACON - 16.03.2017, 08:32
Re: ayuda AttachObjectToObjectEx!. - by Unrea1 - 16.03.2017, 17:52
Re: ayuda AttachObjectToObjectEx!. - by wintronic - 17.03.2017, 00:20
Respuesta: Re: ayuda AttachObjectToObjectEx!. - by OTACON - 18.03.2017, 04:52

Forum Jump:


Users browsing this thread: 2 Guest(s)