Handcuffs System Problem
#8

Quote:
Originally Posted by Randy More
Посмотреть сообщение
Add this code under OnPlayerUpdate callback:

pawn Код:
public OnPlayerUpdate(playerid)
{
   if(IsPlayerCuffed[playerid]) // Replace with the cuff variable.
   {
       SetPlayerSpecialAction(playerb,SPECIAL_ACTION_CUFFED);
   }
   return 1;
}
Thanks
Reply


Messages In This Thread
Handcuffs System Problem - by Scienziatopazzo - 21.06.2012, 18:51
Re: Handcuffs System Problem - by judothijs - 21.06.2012, 19:05
Re: Handcuffs System Problem - by JAMMIEISFTW - 21.06.2012, 19:09
Re: Handcuffs System Problem - by Scienziatopazzo - 21.06.2012, 19:20
Re: Handcuffs System Problem - by judothijs - 21.06.2012, 19:21
Re: Handcuffs System Problem - by Scienziatopazzo - 23.06.2012, 12:01
Re: Handcuffs System Problem - by Randy More - 23.06.2012, 12:06
Re: Handcuffs System Problem - by Scienziatopazzo - 23.06.2012, 13:19

Forum Jump:


Users browsing this thread: 1 Guest(s)