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
Parameters :
Name
Type
Description
uniqName
string
Uniq name
keyButton
string
Button text: (Exampole: E)
text
string
msg
Example
DrawTextClose
Parameters :
Name
Type
Description
uniqName
string
Uniq name
Example
DrawText3D
Should be used in a continuous while loop
Parameters :
Name
Type
Description
coords
vector3
Drawtext Coords
textTable
table
text key and msg
uniqName
string
Uniq name
Example
Last updated