View Single Post
  #1  
Old 02-05-2010, 06:43 AM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,072
Default Signaling Clients

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:
Code:
        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
Reply With Quote