Hello, alle.
I was wondering if there was a good way to compare two messages using the
Server Log
I would want a way to compare the two messages to check for the common string
I was wondering if there was a good way to compare two messages using the
onServerMessage
function from the SAMP.Lua
library. The idea is that I want to see if two consecutive messages are the same, for example:Server Log
Code:
* Player_A has killed Player_B
* Player_B has killed Player_C
I would want a way to compare the two messages to check for the common string
Player_B
.