SA-MP Forums Archive
Deathlist bug? - 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: Deathlist bug? (/showthread.php?tid=276000)



Deathlist bug? - Tee - 12.08.2011

Well a picture tells a thousand words:




Re: Deathlist bug? - THE_KNOWN - 12.08.2011

Код:
CMD:testdl(playerid,params[])
{
	new i1,i2,i3;
	if(sscanf(params,"iii",i1,i2,i3)) return 1; //a wrong id(no player connected) and weapon id 1 is what i tested with
	SendDeathMessage(i1,i2,i3);
	return 1;
}




Re: Deathlist bug? - Tee - 12.08.2011

Well that's not what I did -_-