Quote:
Originally Posted by Patrick
I see that you're using GetObjectPos instead of GetDynamicObjectPos
pawn Код:
native GetDynamicObjectPos(STREAMER_TAG_OBJECT objectid, &Float:x, &Float:y, &Float:z);
|
Yeah I forgot to edit the thread, Ive fixed that, but still the issue remains
Quote:
Originally Posted by Vince
Dynamic objects are player object so you should probably use GetPlayerObjectPos. If that doesn't work you may also try Streamer_GetFloatData. Also there is Streamer_IsItemVisible and Streamer_GetDistanceToItem.
|
Ill try it out and post results if I fail or succeed