You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Talked with @Y-Less about this. I'll just copy all of the provided information here. The names could be improved tho, because I don't think these ones convey enough what they are.
There is no set time of how long these should stay visible, since you want longer subtitles to display for longer and shorter subtitles to display for shorter. However, you want very short subtitles to display for at least a minimum amount. Anyway, I just default mine to 1500ms, since that seems to be fine for most small dialog.
This textdraw is also very often used in conjunction with a sound ID (ask me further if you want an example of this).
Line-breaks ~n~ are not needed, since it happens automatically due to the textdraws textsize.
The default width is 200.0, but sometimes 128.0 or 250.0 are used in main.scm. However even those are not always the case (I was testing against a sample in which I needed 230.0), so this is one of those things that users really need to be able to define themselves. 200.0 is a good default tho.
Most of the time in-game, the info last for 5000ms, so that's probably a good default.
This textdraw is always displayed with an alert sound (I use 1083, which is the closest one to the single player sound. The actual sound is not accessible, since SA-MP can't play sounds from the GTA_SA/audio/SFX/GENRL file).
Line-breaks ~n~ are not needed, since it happens automatically due to the textdraws textsize.
Due to the SA-MP chat being in the way, it's a good idea to lower the y position of the textdraw from its original position. However, this will never be perfect, due to clients being able to use the /pagesize command. Another alternative is to use a clearchat function in conjunction with this textdraw.
I couldn't get the colors quite right due to the transparancy, but I think it's close enough.
Talked with @Y-Less about this. I'll just copy all of the provided information here. The names could be improved tho, because I don't think these ones convey enough what they are.
Mission Subtitles
Mission Objectives
Info Box
In-game Clock
Others
The text was updated successfully, but these errors were encountered: