Scripted by Fellow
Tebex
  • 📃Documentation
  • ⚠️Dependencies
  • 🧩Double job
    • ES Extended
      • client/modules/events.lua
      • server/classes/player.lua
      • server/function.lua
      • server/common.lua
      • server/modules/commands.lua
      • server/main.lua
      • locales/fr.lua
      • job2.sql
    • FW Society
      • client/main.lua
      • server/main.lua
      • shared/notifications.lua
  • Jobs
    • 🏠FW Properties
      • Config
    • 👔FW Bankerjob
      • Config
    • 🚙FW Vehicle Seller
      • Config
    • 🏛️FW Gouvernement
      • Config
    • 🔧FW Mechanicjob
      • Config
  • Scripts
    • 🚙FW Vehicle Sales
      • Config
    • 🥷FW Npc Robbery
      • Config
    • 🚗FW Garage
      • Config
    • 🏧FW Bank
      • Config
    • 💻FW Mail
      • Config
    • 🏎️FW LSCustom
      • Config
    • 👕FW Clothing
      • Config
    • 🏍️FW Gofast
      • Config
    • 🖐️FW Interact
      • Config
    • 📱FW Personal Menu
      • Config
    • 👻FW Admin
      • Config
    • 🚓FW Extras Liveries
      • Config
    • 🕵️FW Ped
      • Config
    • 🪑FW Props
      • Config
    • 🛞FW Vehicle Control
      • Config
  • Illegal
  • 💪FW Faction
    • Config
  • 🍁FW Sell Drugs
    • Config
  • Free
  • 🚕FW Taxijob
    • Config
  • 🛵FW Dmvchool
    • Config
Powered by GitBook
On this page
  1. Scripts
  2. 💻FW Mail

Config

Config.Locale = GetConvar('esx:locale', 'fr')

Config.Title = 'Gmail'
Config.Mail = '@gmail.com'

Config.Webhooks = {
	['police'] = {
		link = "https://discord.com/api/webhooks/1144707723232h4uJNzTy-O6zqgyh7O8NGhlI3kTtbx",
		botname = 'FW Scripts',
		description = 'fw_mail',
		color = '16744192'
	}
}

Config.Zones = {
	police = {
		Pos   = {
            vec3(441.657867, -978.952637, 30.689608)
        },
        label = 'Accéder à l\'ordinateur',
		icon = "fa-solid fa-computer",
		job = 'police',
		job_grade = 0,
		onSelect = function()
			action('openMail')
		end
	},
}
PreviousFW MailNextFW LSCustom

Last updated 8 months ago