Fix Disable Phone
This commit is contained in:
parent
ae64147d2f
commit
1b1dd36e10
@ -10,12 +10,12 @@ namespace big
|
|||||||
|
|
||||||
virtual void on_tick() override
|
virtual void on_tick() override
|
||||||
{
|
{
|
||||||
*scr_globals::transaction_overlimit.as<PBOOL>() = TRUE;
|
*scr_globals::disable_phone.as<PBOOL>() = TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual void on_disable() override
|
virtual void on_disable() override
|
||||||
{
|
{
|
||||||
*scr_globals::transaction_overlimit.as<PBOOL>() = FALSE;
|
*scr_globals::disable_phone.as<PBOOL>() = FALSE;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -60,8 +60,9 @@ namespace big::scr_globals
|
|||||||
|
|
||||||
static inline const script_global reset_clothing(104077); // freemode 75, &iLocal_.*, 2\);
|
static inline const script_global reset_clothing(104077); // freemode 75, &iLocal_.*, 2\);
|
||||||
|
|
||||||
|
|
||||||
static inline const script_global gun_van(1949748); // return -29.532f, 6435.136f, 31.162f;
|
static inline const script_global gun_van(1949748); // return -29.532f, 6435.136f, 31.162f;
|
||||||
|
|
||||||
|
static inline const script_global disable_phone(20913);
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace big::scr_locals
|
namespace big::scr_locals
|
||||||
|
Reference in New Issue
Block a user