https://i.imgur.com/708pR3i.jpg
https://i.imgur.com/HPADxz8.jpg
version ‘1.0.0’
Credits ‘Masterride’
https://i.imgur.com/h86TZ2b.jpg
Purchase
tebex.oi
Code is accessible | Yes |
Subscription-based | No |
Lines (approximately) | n/d |
Requirements | Polyzone-mysql-async-vSql |
| Support | No |
consumes maximum 0.11ms
Note: You must put the variables in your server to receive exp, money or the prize that you want each captured area to give.
Warning
-example of patch to receive exp and money made for lsv freeroam test server
RegisterNetEvent(“teamwars:server:addMoney”, function(amount, exp)
local src = source
local PlayerData = exports[“lsv-main”]:GetPlayerData()
PlayerData.UpdateCash(src, amount, true)
PlayerData.UpdateExperience(src, exp, true)
end)
this patch is exclusive to the lsv freeroam server, you must create your own or add your variables because each server has a totally different money and experience system."
you should be able to create something similar to receive exp and money on your server