Skip to content
itsneufox edited this page Mar 1, 2025 · 5 revisions

This page provides a comprehensive overview of all GameText styles available in open.mp/ SA-MP and the extended ones that GameText+ adds. Each style has unique characteristics and use cases, making them suitable for different scenarios in your SA-MP/open.mp server.

Native Styles (0-6)

Preview Description
style 0 Style 0 - Mission Passed
Appears for 9 seconds regardless of time setting. Hides textdraws and any other gametext on screen

To fix use #define OVERRIDE_NATIVE_GAMETEXT
style 1 Style 1 - Mission Name
Fades out after 8 seconds, regardless of time set. If you have a time setting longer than that, it will re-appear after fading out and repeat until the time ends

To fix use #define OVERRIDE_NATIVE_GAMETEXT
style 2 Style 2 - Wasted Style
Permanently on screen until the player is respawned

To fix use #define OVERRIDE_NATIVE_GAMETEXT
style 3 Style 3 - Native Variations
N/A

To fix use #define OVERRIDE_NATIVE_GAMETEXT
style 4 Style 4 - Native Variations
N/A

To fix use #define OVERRIDE_NATIVE_GAMETEXT
style 5 Style 5 - Native Variations
Displays for 3 seconds, regardless of what time you set. Will refuse to be shown if it is 'spammed'

To fix use #define OVERRIDE_NATIVE_GAMETEXT
style 6 Style 6 - Native Variations
N/A

To fix use #define OVERRIDE_NATIVE_GAMETEXT

Enhanced Styles (7-17)

Preview Description
style 7 Style 7 - Vehicle Name
Based on SA vehicle names.
style 8 Style 8 - Location Name
Based on SA location names.
style 9 Style 9 - Radio Station Name
Based on SA radio station names (once selected).
style 10 Style 10 - Radio Station Name
Based on SA radio station names (while switching).
style 11 Style 11 - Positive Money
Based on SA positive money.
style 12 Style 12 - Negative Money
Based on SA negative money.
style 13 Style 13 - Stunt Bonus
Based on SA stunt bonuses
style 14 Style 14 - Clock
Based on SA in-game clock.
style 15 Style 15 - Notification Popup
Based on SA notification popup.
style 16 Style 16 - Lower Notification
Based on SA notification popup but lowered and cleared from the chat box.

Credits: imshooter
style 17 Style 17 - Subtitles
Based on SA subtitles.

Credits: Vince0789
Clone this wiki locally