Skip to content

Commit

Permalink
deploy: a967835
Browse files Browse the repository at this point in the history
  • Loading branch information
Aldrin-John-Olaer-Manalansan committed Mar 3, 2025
1 parent 981c62c commit f8f4c7d
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 1 deletion.
1 change: 1 addition & 0 deletions assets/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 assets/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 assets/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.
1 change: 1 addition & 0 deletions assets/sa_mobile/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 assets/sa_mobile/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 assets/sa_mobile/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.
1 change: 1 addition & 0 deletions assets/sa_unreal/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 assets/sa_unreal/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 assets/sa_unreal/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.
2 changes: 1 addition & 1 deletion ngsw.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"configVersion": 1,
"timestamp": 1740992968057,
"timestamp": 1740992979388,
"index": "/index.html",
"assetGroups": [
{
Expand Down

0 comments on commit f8f4c7d

Please sign in to comment.