19.06.2014, 04:23
Why do we need to see your code? Well.. that's a stupid question.
Obviously there's something wrong with your code, so we need to see it to fix it...
However this problem is pretty obvious, you're using the same 'index' to attach the objects. Use a different one.
https://sampwiki.blast.hk/wiki/SetPlayerAttachedObject
Example:
Obviously there's something wrong with your code, so we need to see it to fix it...
However this problem is pretty obvious, you're using the same 'index' to attach the objects. Use a different one.
https://sampwiki.blast.hk/wiki/SetPlayerAttachedObject
Example:
pawn Код:
SetPlayerAttachedObject(16945, 0, ... //Attaches to index 0
SetPlayerAttachedObject(16946, 1, ... //Attaches to index 1