Files
esx_core/localization/en_esx_dmvschool.sql
T
nearbyplayer 4c7e767a1d update(feat): Multi-Language Support
chore(coding-style): Fix Indentation
2017-09-21 12:23:36 -04:00

9 lines
217 B
SQL

USE `essentialmode`;
INSERT INTO `licenses` (`type`, `label`) VALUES
('dmv', 'Driving Permit'),
('drive', 'Drivers License'),
('drive_bike', 'Motorcycle License'),
('drive_truck', 'Commercial Drivers License')
;