Main/resources/[creator]/ws_einreise
2025-06-07 08:51:21 +02:00
..
client first Commit 2025-06-07 08:51:21 +02:00
config first Commit 2025-06-07 08:51:21 +02:00
html first Commit 2025-06-07 08:51:21 +02:00
server first Commit 2025-06-07 08:51:21 +02:00
sql first Commit 2025-06-07 08:51:21 +02:00
.fxap first Commit 2025-06-07 08:51:21 +02:00
fxmanifest.lua first Commit 2025-06-07 08:51:21 +02:00
README.md first Commit 2025-06-07 08:51:21 +02:00

Thanks for buying ws_einreise!

Please read carefully

also do not forget to import the sql (sql/sql.sql)

NEW: API Support for ws_support-cp

You can find a example in /server/api.lua

PERMISSIONS (server.cfg)

add_ace group.admin ws_einreise allow add_ace identifier.discord:0000000000 ws_einreise allow

SERVER EXPORTS

local info = exports["ws_einreise"]:GetInfo()

print("New Players: " .. info.einreise)
print("Admins on Duty: " .. info.duty)
local admin = 1
local target = 2
local text = "Einreise bestanden"

local success, errMsg = exports["ws_einreise"]:Whitelist(admin, target, text)

print("Success", tostring(success))
print("Error", tostring(errMsg))