Using the Log System
Implementing Custom Log Types
Simple Users
INSERT INTO `adminpanel_log_types` (`name`, `label`, `log_logs`, `type`)
VALUES ('storerobbery', 'Store Robbery', 'Y', 'character');local robber = source
exports.ivs_adminpanel.CreateLog(robber, 'storerobbery', string.format('%s Robbed a store', robber))Advanced Users
Template Variables (Hyperlinking)
Variable Types
Last updated