9 lines
240 B
Lua
9 lines
240 B
Lua
|
|
return {
|
||
|
|
debugPoly = false,
|
||
|
|
useDrawText = false,
|
||
|
|
openRegisterTime = 24000,
|
||
|
|
policeAlertChance = 0.70,
|
||
|
|
policeNightAlertChance = 0.40,
|
||
|
|
|
||
|
|
fingerprintChance = 50, -- Chance of dropping a fingerprint if not wearing gloves
|
||
|
|
}
|