14.05.2011, 11:47
The mistake is in there
Shouldnt be hard to notice that the value range is [35; 19035]
Than you call BreakHouseLock after lockBreakTime (should be each second for a countdown)
But the main problem is in BreakHouseLock itself (no clue what that code should do)
pawn Код:
lockBreakTime = HD[h][locklevel] * 35 + random(20) * 1000;
Than you call BreakHouseLock after lockBreakTime (should be each second for a countdown)
But the main problem is in BreakHouseLock itself (no clue what that code should do)