03.10.2013, 09:48
Quote:
OnPlayerLeaveDynamicCP or OnPlayerInteriorChange
then what ? how to script the robbery failed system ? and stop the robbing timer ? |
If the player is in an interior such as shop/casino etc (different from interior 0) and then leave the shop the OnPlayerChangeInterior will be called and you can check if it was in robbery and if the new interior is 0. If so, the robbery failed so do your code.