21.02.2014, 11:26
I don't get why do you use a loop or get the name at all.
pawn Код:
if(IsPlayerInRangeOfPoint(killerid, 10.5, MPos[0], MPos[1], MPos[2]))
{
if(SpawnedBy{killerid}) SendDeathMessage(killerid, playerid, 38);
}