how to make breakcuff command?
#10

see does it work with changing this:
Код:
if(frand < 6)
           {
              SendClientMessage(i, -1,"You've succefully broken your cuffs!");
              IsCuffed[i] =0;
              ClearAnimations(i);
              continue;
           }
           if(frand > 5)
           {
              SendClienrMessage(i, -1,"You've failed to break your cuffs!");
              CuffBreakFailed[i] =30;
              continue;
           }
Reply


Messages In This Thread
how to make breakcuff command? - by Uberanwar - 17.08.2013, 12:41
Re: how to make breakcuff command? - by JimmyCh - 17.08.2013, 12:54
Re: how to make breakcuff command? - by Uberanwar - 17.08.2013, 13:02
Re: how to make breakcuff command? - by JimmyCh - 17.08.2013, 13:07
Re: how to make breakcuff command? - by Uberanwar - 17.08.2013, 13:12
Re: how to make breakcuff command? - by Vanter - 17.08.2013, 13:18
Re: how to make breakcuff command? - by Kells - 17.08.2013, 13:24
Re: how to make breakcuff command? - by Vanter - 17.08.2013, 13:35
Re: how to make breakcuff command? - by Uberanwar - 17.08.2013, 16:00
Re: how to make breakcuff command? - by dominik523 - 17.08.2013, 17:16

Forum Jump:


Users browsing this thread: 1 Guest(s)