24.01.2009, 03:21
You could always check if the "killer" is actually carrying the weapon they supposedly killed with.
pawn Code:
//OnPlayerDeath
if(GetPlayerWeapon(killerid) != reason) //if the weapon "killerid" has is not the weapon used to kill "playerid"
{
//"playerid" used a fake kill
}