Akkadius
02-05-2010, 06:43 AM
I've been looking and trying all kinds of different objects, trying to send a signal to a client.
These are examples of what I've used:
my $users = GetClientList();
quest::signalwith($users, 1, 1);
$mob->SignalAllClients(1);
$mob->SignalClient($client, 1);
Those are three different way's I've tried to ping the Player.pl, if anyone can help with this I'd appreciate it.
Thanks in advance,
Akkadius
These are examples of what I've used:
my $users = GetClientList();
quest::signalwith($users, 1, 1);
$mob->SignalAllClients(1);
$mob->SignalClient($client, 1);
Those are three different way's I've tried to ping the Player.pl, if anyone can help with this I'd appreciate it.
Thanks in advance,
Akkadius