Puzzling Posted July 27, 2022 Report Posted July 27, 2022 A lot of people like to RP speaking in other languages. We get a lot of questions about how to type in colors such as ~r~[LanguageHere] ~w~ Message This would obviously still be an option but the /language command would just be something along the lines of Input --> /lang Spanish Hello my name is Matt. Output --> [Spanish] Hello my name is Matt. Test code (I haven't touched RageMP so this might be wrong but general idea maybe?) mp.events.addCommand("language", (player, fullText, langInput, message) => { howeverYouSendAMessage(`${player.name} says: ~r~[${langInput}] ~w~${message} ); }); Pros: Makes it easy to write in languages without having to know color codes etc. Might be easier overall to understand and quicker than writing all of the ~r~[Lang] ~w~Text Cons: None? 1 Quote
LucasMadrazo Posted August 2, 2022 Report Posted August 2, 2022 +1 - I've always liked when there was languages used in roleplay, or even accents. I always had and still do roleplay Italian, I always have the [Italian Accent] before speaking. If we could have some accents and languages, that would be great. My faction has many Italian people, so we could speak Italian to each other. I really think this could improve and increase the potential of roleplay on the server. Quote
Buggs Posted August 2, 2022 Report Posted August 2, 2022 +1 This would make it much easier and not have to use the... slightly NRP colours in chat. Cause it doesn't always appear above your head correctly when you type with colours and don't use /me or /do Quote