SA-MP Forums Archive
Re: Bug reports [RC6-RC8 onwards] - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Re: Bug reports [RC6-RC8 onwards] (/showthread.php?tid=100648)



Re: Bug reports [RC6-RC8 onwards] - TheNooB - 05.10.2009

Well, I went into my server and when I looked at Kill List and saw this bug:

Please someone confirm this bug


Re: Re: Bug reports [RC6-RC8 onwards] - dugi - 05.10.2009

It's a problem with your script.


Re: Bug reports [RC6-RC8 onwards] - FUNExtreme - 05.10.2009

Show us the line


Re: Bug reports [RC6-RC8 onwards] - TheNooB - 05.10.2009

The buttons in the center of the black spot is not white, but blue, and sometimes does not appear


Re: Bug reports [RC6-RC8 onwards] - FUNExtreme - 05.10.2009

The pawn line ...


Re: Bug reports [RC6-RC8 onwards] - TheNooB - 05.10.2009

The code is:
Code:
public OnPlayerConnect(playerid)
{
	SendDeathMessage(playerid, playerid, 200);
	return 1;
}



Re: Re: Bug reports [RC6-RC8 onwards] - dugi - 05.10.2009

SendDeathMessage ( INVALID_PLAYER_ID, playerid, 200 );


Re: Re: Bug reports [RC6-RC8 onwards] - TheNooB - 05.10.2009

Quote:
Originally Posted by dugi
SendDeathMessage ( INVALID_PLAYER_ID, playerid, 200 );
Thanks dugi
-
More on the icon of SendDeathMessage who was white, and sometimes not appear?