Uncuff - not working
#16

Quote:
Originally Posted by firemanjv
Посмотреть сообщение
Edit it doesn't work again cuff = working uncuff doesn't work.....
pawn Код:
if(IsPlayerAttachedObjectSlotUsed(giveplayerid, 2))
{
        RemovePlayerAttachedObject(giveplayerid);
}
I made a really big mistake in this line. Just after 'giveplayerid' parameter from RemovePlayerAttachedObject, add comma and number 2 (your index number). So it's gonna be like:

From:
pawn Код:
RemovePlayerAttachedObject(giveplayerid);
To:
pawn Код:
RemovePlayerAttachedObject(giveplayerid, 2);
Quote:
Originally Posted by Kestro
Посмотреть сообщение
Put this some where in your code.

pawn Код:
RemovePlayerAttachedObject(id, 9);
Why?
Reply


Messages In This Thread
Uncuff - not working - by firemanjv - 29.03.2013, 15:23
Re: Uncuff - not working - by Riddick94 - 29.03.2013, 15:49
Re: Uncuff - not working - by firemanjv - 29.03.2013, 18:35
Re: Uncuff - not working - by firemanjv - 30.03.2013, 10:22
Re: Uncuff - not working - by firemanjv - 30.03.2013, 12:14
Re: Uncuff - not working - by Riddick94 - 30.03.2013, 12:33
Re: Uncuff - not working - by firemanjv - 30.03.2013, 15:36
Re: Uncuff - not working - by firemanjv - 30.03.2013, 18:14
Re: Uncuff - not working - by firemanjv - 30.03.2013, 20:02
Re: Uncuff - not working - by Riddick94 - 30.03.2013, 21:56
Re: Uncuff - not working - by firemanjv - 31.03.2013, 06:14
Re: Uncuff - not working - by firemanjv - 01.04.2013, 18:50
Re: Uncuff - not working - by Kestro - 01.04.2013, 19:08
Re: Uncuff - not working - by firemanjv - 01.04.2013, 19:09
Re: Uncuff - not working - by Red_Dragon. - 01.04.2013, 19:30
Re: Uncuff - not working - by Riddick94 - 01.04.2013, 21:49

Forum Jump:


Users browsing this thread: 1 Guest(s)