23.12.2013, 20:31
https://sampwiki.blast.hk/wiki/OnPlayerEditAttachedObject
https://sampwiki.blast.hk/wiki/SetPlayerAttachedObject
All you need to do is do is put this line in the appropriate place under OnPlayerEditAttachedObject()
https://sampwiki.blast.hk/wiki/SetPlayerAttachedObject
All you need to do is do is put this line in the appropriate place under OnPlayerEditAttachedObject()
pawn Код:
if(response) SetPlayerAttachedObject(playerid, index, modelid, bone, fOffsetX, fOffsetY, fOffsetZ, fRotX, fRotY, fRotZ, fScaleX, fScaleY, fScaleZ);