Join/Left server
#1

Hello
I have on my public OnlayerConnect this:
Код:
SendDeathMessage(INVALID_PLAYER_ID, playerid,200);//join to server
and on public OnPlayerDiscoonect this:
Код:
SendDeathMessage(INVALID_PLAYER_ID, playerid,201);//left the server
And trouble is in this, that this not working. But when I use function SendDeathMessage in command, all is O.K.
Код:
	if (strcmp("/lol", cmdtext, true) == 0)
	{
		SendDeathMessage(INVALID_PLAYER_ID, playerid,200);
		return 1;
	}
For help I will very grateful.
Reply


Messages In This Thread
Join/Left server - by Freddy19 - 28.12.2008, 19:59
Re: Join/Left server - by Serbish - 28.12.2008, 20:09
Re: Join/Left server - by Freddy19 - 28.12.2008, 20:28
Re: Join/Left server - by (UvH)bLacKhAwK - 05.05.2009, 18:34

Forum Jump:


Users browsing this thread: 1 Guest(s)