--------------------------------
------- Created by Hamza -------
--------------------------------
Config = {}
-- Pawn Shop Positions:
Config.PawnZones = {
PawnShops = {
Pos = {
{x = 412.42, y = 314.41, z = 103.02},
{x = 182.76821899414, y = -1319.3857421875, z = 29.317152023315},
{x = -1459.3402099609, y = -413.79244995117, z = 35.739379882813}
}
}
}
-- Pawn Shop Blip Settings:
Config.EnablePawnShopBlip = true
Config.BlipSprite = 59
Config.BlipDisplay = 4
Config.BlipScale = 0.65
Config.BlipColour = 5
Config.BlipName = "当铺"
-- Pawn Shop Marker Settings:
Config.KeyToOpenShop = 38 -- default 38 is E
Config.ShopMarker = 27 -- marker type
Config.ShopMarkerColor = { r = 255, g = 255, b = 0, a = 100 } -- rgba color of the marker
Config.ShopMarkerScale = { x = 1.0, y = 1.0, z = 1.0 } -- the scale for the marker on the x, y and z axis
Config.ShopDraw3DText = "按 ~g~[E]~s~ 访问 ~y~当铺~s~" -- set your desired text here
|