Brunoo16 / samp-packet-list

A list with SA-MP's packets documented.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ShowTextDraw szTextLen, flags, global vs player

yugecin opened this issue · comments

commented
  • szTextLen is typed as UINT8 but it's a UINT16
  • Here are some values of the Flags field:
    • bit 1: box on/off
    • bit 2: align left
    • bit 3: align center
    • bit 4: align right
    • bit 5: proportional font on/off
  • Might be worthwhile to note that global textdraws use id 0-2047 and per-player use id 2048-2303

Thank you for the corrections and additional info, updated.