Hello, i want to get the ID of the player who sent me message ..
First i want to detect that the player sent me a message then answer him using his ID !
Here's what i was able to make :
Can someone help me by completing it ?
First i want to detect that the player sent me a message then answer him using his ID !
Here's what i was able to make :
Bash:
IF
0AD4: $NOT_USED2 = scan_string 0@ format "SMS from %s" $NOT_USED2
THEN
wait 1000
format 5@ "/sms (PLAYERS ID) Hello!(HERE I WANT PLAYER'S ID) Currently I'm AFK. You've just send me a message"
say 5@
Can someone help me by completing it ?