open.mp forum
[Pawn] GameText styles in open.mp - Printable Version

+ open.mp forum (https://forum.open.mp)
-- Forum: SA-MP (https://forum.open.mp/forumdisplay.php?fid=3)
--- Forum: Pawn Scripting (https://forum.open.mp/forumdisplay.php?fid=10)
--- Thread: [Pawn] GameText styles in open.mp (/showthread.php?tid=3207)



GameText styles in open.mp - Miki - 2025-06-28

Hello, I've started implementing zones in my gamemode and I wanted to show them as GameTextForPlayer style 8 like in singleplayer, but unfortunately it doesn't work while the rest of the styles (that were already in SA-MP without fixes.inc) do. I've read on official docs that fixes.inc contained all the other ones, but i thought open.mp already has most of the fixes.inc and YSF stuff. How do I get style 8 to work?


RE: GameText styles in open.mp - Miki - 2025-06-28

I just took the player text draw straight from fixes.inc and modified it to work in my gamemode.