Exports
Here you can find the script's exports
Client side
return
bool
return
bool
Server side
parameters
id: number (player server id) or string (player’s identifier, if Config.CharacterBased is false then license:... else the identifier from sql)
return
false or table (with these upvalues):
remaining: number
allactions: number
reason: string
admin: string
time: string
parameters
id: number (player server id) or string (player’s identifier, if Config.CharacterBased is false then license:... else the identifier from sql)
count: number
admin: string (optional)
reason: string (optional)
return
bool
parameters
id: number (player server id) or string (player’s identifier, if Config.CharacterBased is false then license:... else the identifier from sql)
reason: string (optional)
return
bool
Last updated