Usage
Get Data Vip
The gusti-vipsystem:getDataVip
callback retrieves the VIP status of a player, including the number of days remaining and their VIP status.
Example Usage (Client-Side)
Returned Data Structure
When calling gusti-vipsystem:getDataVip
, the callback will return a table (data) containing the following values:
data.daysLeft
number
The number of days remaining for the player's VIP status.
data.status
string
The current status of the player's VIP ("active" or "expiry").
Example Response Data
Summary Get Data Vip
gusti-vipsystem:getDataVip
is a server callback that retrieves a player's VIP status.Returns: —
data.daysLeft
→ Number of days remaining. —data.status
→"active"
or"expiry"
.If the player is not a VIP, it returns
false
.
Commands
Custom Notification
If you want to change the notification with your notification, you can open the bridge folder
Custom Language
If you want to change the language translation, you can go to the locales folder
en = English
id = Indonesia
Change Language
If you want to change the language, you can set it in the config.lua
section
Last updated