Callback Login Event

For general discussion of the Poker Mavens software
Post Reply
Tuck Fheman
Posts: 213
Joined: Tue Jul 04, 2017 6:44 am

Callback Login Event

Post 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;
Tuck Fheman
Posts: 213
Joined: Tue Jul 04, 2017 6:44 am

Re: Callback Login Event

Post by Tuck Fheman »

Sorry, disregard.

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