diff --git a/sa/docs/SAMP_GET_CHAT_INPUT_TEXT.md b/sa/docs/SAMP_GET_CHAT_INPUT_TEXT.md new file mode 100644 index 00000000..6b386fe7 --- /dev/null +++ b/sa/docs/SAMP_GET_CHAT_INPUT_TEXT.md @@ -0,0 +1 @@ +Can be used as a condition which evaluates as false if stringbuffertext cannot be written to or is invalid. \ No newline at end of file diff --git a/sa/docs/SAMP_GET_CHAT_TEXT.md b/sa/docs/SAMP_GET_CHAT_TEXT.md new file mode 100644 index 00000000..d3582833 --- /dev/null +++ b/sa/docs/SAMP_GET_CHAT_TEXT.md @@ -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. \ No newline at end of file diff --git a/sa/docs/SAMP_SET_CHAT_TEXT.md b/sa/docs/SAMP_SET_CHAT_TEXT.md new file mode 100644 index 00000000..96e68bc7 --- /dev/null +++ b/sa/docs/SAMP_SET_CHAT_TEXT.md @@ -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. \ No newline at end of file