Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Aldrin-John-Olaer-Manalansan authored Mar 3, 2025
1 parent 0af4794 commit a967835
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions sa/docs/SAMP_GET_CHAT_INPUT_TEXT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Can be used as a condition which evaluates as false if stringbuffertext cannot be written to or is invalid.
6 changes: 6 additions & 0 deletions sa/docs/SAMP_GET_CHAT_TEXT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
* chatlineid value must range between 0-99. Where:
* chatlineid = 0 indicates the latest viewable chat message (when you fully crolled down).
* chatlineid = 99 indicates the oldest viewable chat message (when you fully scrolled up).
* stringbuffertext and stringbufferprefix must be a buffer which the string will be written.
* textcolor and prefixcolor are 0xAARRGGBB format where A = Alpha, R = Red, G = Green, B = Blue.
* Can be used as a condition which evaluates as true if chatlineid is valid.
5 changes: 5 additions & 0 deletions sa/docs/SAMP_SET_CHAT_TEXT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* chatlineid value must range between 0-99. Where:
* chatlineid = 0 indicates the latest viewable chat message (when you fully crolled down).
* chatlineid = 99 indicates the oldest viewable chat message (when you fully scrolled up).
* textcolor and prefixcolor must be in 0xAARRGGBB format where A = Alpha, R = Red, G = Green, B = Blue.
* Can be used as a condition which evaluates as true if chatlineid is valid.

0 comments on commit a967835

Please sign in to comment.