12.08.2011, 00:02
Well a picture tells a thousand words:
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;
}
