Server
showNotification
exports.tk_laptop:showNotification(data)Shows a notification on the laptop
data:
tableplayerId:
numbertitle:
stringmessage:
stringtype:
'inform''success''error'
addEmail
exports.tk_laptop:sendEmail(data)Sends an email from given address to given address (this is not a temporary email)
data:
tablesubject:
stringbody:
stringfrom:
stringto:
string
getPlayerEmailAddress
Returns player's current email address
identifier:
stringnumberReturn:
emailAddress?:
string
Last updated