Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Config = {
- -- command used to join in matchmaking
- ChatCommand = '1v1',
- -- match settings
- SpawnTeamA = vec3(-3179.6437988281,7243.6186523438,443.83868408203), -- spawn point first team
- SpawnTeamB = vec3(-3228.1062011719,7243.6079101563,443.8391418457), -- spawnn point second team
- WeaponHash = `WEAPON_PISTOL_MK2`, -- weapon used in the match
- SpawnPoint = vec3(-419.44586181641,1145.9458007813,325.85501098633), -- respawn poin after match end
- -- discord settings
- webhook1v1 = "https://discord.com/api/webhooks/960480023628898334/O23DDQk4pBoFGvUuREDdz58zmI2dO56uurj3tVpzc8S5-zdHbnQ5k5_I1Xt00bSoBBQS",
- title = '1v1',
- color = 15105570,
- thumbnail = 'https://media.discordapp.net/attachments/752677237118992394/933320111333474324/logo_fenix-removebg-preview.png',
- footer = 'https://media.discordapp.net/attachments/752677237118992394/933320111333474324/logo_fenix-removebg-preview.png',
- -- ESX Stuff
- UseESX = true,
- TriggerDeath = 'esx:onPlayerDeath',
- -- FNX Death System Stuff
- UseFnxDeath = false,
- FnxTriggerDeath = 'fnx-death_system:updatedeath'
- }
- Lang = {
- ['matchend'] = "Match Finished",
- ['matchstart'] = "Match Started",
- ['matchexited'] = "You have exited matchmaking",
- ['matchjoined'] = "You have entered MatchMaking",
- ['winner'] = "Winner: ",
- }
- Config.Notify = function(msg,src)
- TriggerClientEvent('dopeNotify2:Alert', src, '1V1', msg, 5000, 'success')
- end
Add Comment
Please, Sign In to add comment