Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- this file configure the cloakrooms on the map
- local cfg = {}
- -- prepare surgeries customizations
- local skinul = { model = "s_m_m_paramedic_01", price = 1}
- cfg.vip_skins = {
- ["Vip"] = {
- _config = { permissions = {"vip.skin"} },
- ["Medicskin"] = skinul
- },
- }
- cfg.vipskins = {
- {"Vip", -265.18, -961.3, 31.22}
- }
- return cfg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement