A FiveM script written in LUA that implements the /me & /do command with 3D printing.
The /me command allows you to display a specific action above the head of a player. It's particularly used for actions that couldn't have been done in game in a roleplay context. example: /me waves
The /do command is used primarily in serious roleplay servers and is used to describe something in your enviroment or state a fact in roleplay. It is also used if you want to ask something roleplay wise. example: /do is the door open?
- Download the resource ;
- Drag and drop it into your resources folder ;
- To Change language; Edit Config.lua > line 8
- Add
ensure 3d-me-do
to your server configuration file.
- /me & /do in chat.
Parameter | Line | Suggestion |
---|---|---|
Time on screen | config.lua : line 8 |
time = 5000 |
Language | config.lua : line 4 |
language = 'en' |
Added de lang, trans for do command Added /do for a more immersive rp experience
- This may not work if are you using a custom chat resource ;
- This script is fully standalone.