Exports
All exports are used in client
DrawTextOpen
Shows a push-button message to the player on the right side of the screen
Similar to DrawText export in qb
exports["tgiann-core"]:DrawTextOpen(uniqName, keyButton, text)Parameters :
Name
Type
Description
uniqName
string
Uniq name
keyButton
string
Button text: (Exampole: E)
text
string
msg
Example
exports["tgiann-core"]:DrawTextOpen("shop-menu-1", "E", "Open Shop")DrawTextClose
exports["tgiann-core"]:DrawTextClose(uniqName)Parameters :
Name
Type
Description
uniqName
string
Uniq name
Example
UiDrawText3D
Should be used in a continuous while loop
Parameters :
Name
Type
Description
coords
vector3
Drawtext Coords
textTable
[ string, string ][]
text key and msg
uniqName
string
Uniq name
Example
Last updated