BOOL _ARE_LAW_PEDS_ENABLED_FOR_TRAIN(None);
Description: Only used in trainrobbery_ambient R* Script
| Property |
Value |
| Native Name |
_ARE_LAW_PEDS_ENABLED_FOR_TRAIN |
| Hash |
0xA22C46F16359471C |
| Return Type |
BOOL |
| Build |
1207 |
| Parameters |
None |
Usage
Lua (Direct):
local result = AreLawPedsEnabledForTrain()
Lua (Hash):
local result = Citizen.InvokeNative(0xA22C46F16359471C, )
Back to LAW