Page 1 of 1

Callback Login Event

Posted: Sat Apr 30, 2022 12:38 pm
by Tuck Fheman
Can you post a system message to the lobby to a particular player when they login?

I've tried just using the below code without specifying the player and I can't get it to post the message after a login, which I assumed that's what the Login event in the Callback could do, perhaps I'm wrong.

Code: Select all

$params = array("Command" => "SystemLobbyMessage", "Message" => "Test");
$api = Poker_API($params);
$result = $api -> Result;

Re: Callback Login Event

Posted: Sat Apr 30, 2022 12:43 pm
by Tuck Fheman
Sorry, disregard.

I didn't have Login event on in callback settings and forgot about that.