Not sure if we’re even able to but is it possible to adjust the Mission tab so we can put information in that box to the right ?

I’m looking into it and found this

SetMissionName_2(true, "Job: Police")

But I’m not sure if that’s the best way, it also supports only 600/64 chars according to native ref
I’m going to take a further look into it and try to update my post

1 Like

any update?

If you don’t want to use @TheIndra’s solution:

AddTextEntry("mission_police_text_entry",
 "Job: ~b~Police ~s~~n~Job explanation ~n~Additional things")
SetMissionName(true, "mission_police_text_entry")

GTA text formatting works as well.