08.01.2013, 21:05
if(AttemptedToBreakCuffsRecently[playerid] >= 1)
Try changing the ">" sign to a "=" sign
if(AttemptedToBreakCuffsRecently[playerid] == 1)
Not sure if it will work, but it's worth a shot.
Try changing the ">" sign to a "=" sign
if(AttemptedToBreakCuffsRecently[playerid] == 1)
Not sure if it will work, but it's worth a shot.