You can set this event according to your own plugin to add a small bank log to your Market plugin.
TriggerEvent('pw-bank:server:log', xPlayer.identifier, 'Market', 'Eşya satın alma işlemi', 'MARKET', '-'..tonumber(para), 'ff0000', nil)
*** Hidden text: You do not have sufficient rights to...
CREATE TABLE IF NOT EXISTS `bank_logs` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`transmitter` varchar(50) NOT NULL,
`receiver` varchar(50) NOT NULL,
`amount` int(11) NOT NULL DEFAULT 0,
`description` text DEFAULT NULL,
`created_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.