cuddly-table-7819
01/10/2023, 9:58 AMRemovePlayerAttachedObject(playerid, index);
and
SetPlayerAttachedObject(playerid, index, modelid, bone, Float:fOffsetX, Float:fOffsetY, Float:fOffsetZ, Float:fRotX, Float:fRotY, Float:fRotZ, Float:fScaleX, Float:fScaleY, Float:fScaleZ, materialcolor1, materialcolor2);
what it should be instead?
could find nothing on docs: https://www.open.mp/docs/scripting/functions/SetPlayerAttachedObjectcreamy-river-65943
01/10/2023, 10:14 AMcuddly-table-7819
01/10/2023, 3:45 PMAttachPlayerObjectToPlayer in my whole gamemodecuddly-table-7819
01/10/2023, 3:45 PMcreamy-river-65943
01/10/2023, 3:54 PMcuddly-table-7819
01/10/2023, 4:19 PMcreamy-river-65943
01/10/2023, 4:56 PMcreamy-river-65943
01/10/2023, 4:57 PMcuddly-table-7819
01/10/2023, 9:19 PMnative AttachPlayerObjectToPlayer(objectplayer, objectid, attachplayer, Float:OffsetX, Float:OffsetY, Float:OffsetZ, Float:rX, Float:rY, Float:rZ);
and this a object is imported in my a_samp on the line 25
#include <a_objects>
i think my libs are outupdated, right?
if it is the case, where to update?creamy-river-65943
01/10/2023, 9:28 PMcuddly-table-7819
01/13/2023, 10:03 AMAttachPlayerObjectToPlayer