Installation & Configuration & Integration
Step By Step Installation
Step By Step Installationensure es_extended
ensure dialog
ensure dusa_photographerINSERT INTO `items` (name, label, weight) VALUES
('camera','Camera', 1),
('photo','Photo', 1),
('simoncoin','Simon Coin', 1)
; ['camera'] = {
label = 'Camera',
weight = 500,
stack = true,
close = true,
description = nil
},
['photo'] = {
label = 'Photo',
weight = 1,
stack = false,
close = true,
description = nil
},
['simoncoin'] = {
label = 'Simon Coin',
weight = 1,
stack = true,
close = true,
description = nil
},
Configuration
ConfigurationSet Framework
Configure Target & Inventory
Translation
Changing money amount when player take random civilian photo
Adding New Zones for Photographing
Adding New Zones for PhotographingLast updated