30.11.2014, 16:09
Read the wiki: https://sampwiki.blast.hk/wiki/SetPlayerAttachedObject
In your case it'd be something like:
You can add XYZ offsets and Rotation XYZ offsets to better position the object.
In your case it'd be something like:
Код:
SetPlayerAttachedObject(playerid, index, modelid, 5) // Left hand SetPlayerAttachedObject(playerid, index, modelid, 6) // Right hand

