HELP in cuff command
#3

Quote:
Originally Posted by Quis
Посмотреть сообщение
This line:
Код:
if(PlayerCuffed[giveplayerid] == 1)|| GetPlayerSpecialAction(giveplayerid) == SPECIAL_ACTION_HANDSUP)
Change to:
Код:
if(PlayerCuffed[giveplayerid] == 1 || GetPlayerSpecialAction(giveplayerid) == SPECIAL_ACTION_HANDSUP)
Thanks it works
Reply


Messages In This Thread
HELP in cuff command - by sonushan - 15.01.2014, 14:10
Re: HELP in cuff command - by Quis - 15.01.2014, 14:19
Re: HELP in cuff command - by sonushan - 16.01.2014, 11:00

Forum Jump:


Users browsing this thread: 1 Guest(s)