PEDS FOR QBCORE

| If you are intested in recieving github updates join the community on Discord! |

PREVIEW

Dependencies

qb-core

qb-menu

qb-input

ALTER TABLE `players`
	ADD COLUMN `pedname` LONGTEXT,
        ADD COLUMN `pedcount`  INT(11) DEFAULT 0
;