17.08.2013, 17:16
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; }