15.07.2012, 05:43
troca la no seu OnPlayerDeath,
pawn Код:
if(dini_Int(file2, "DM") == 1){
new string[256];
format(string, sizeof(string), "(INFO) %s matou o jogador %s e esta sendo procurado!",kname, aname);
SendClientMessageToAll(msgdm3, string);
SendClientMessage(killerid, msgdm, "(INFO) Vocк estб sendo procurado por assasinato!");
SetPlayerWantedLevel(killerid, 6);
dini_IntSet(file, "Procurado", 1);
Procurados[killerid] = 1;
}
return 1;
}