SetPlayerAttachedObject problem
#5

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:
pawn Код:
SetPlayerAttachedObject(16945, 0, ... //Attaches to index 0
SetPlayerAttachedObject(16946, 1, ... //Attaches to index 1
Reply


Messages In This Thread
SetPlayerAttachedObject problem - by iThePunisher - 18.06.2014, 20:01
Re: SetPlayerAttachedObject problem - by XStormiest - 18.06.2014, 20:03
Re: SetPlayerAttachedObject problem - by iThePunisher - 18.06.2014, 20:15
Re: SetPlayerAttachedObject problem - by XStormiest - 18.06.2014, 20:22
Re: SetPlayerAttachedObject problem - by Threshold - 19.06.2014, 04:23

Forum Jump:


Users browsing this thread: 1 Guest(s)