12.07.2012, 23:11
Isso vocк coloca depois desta parte do comando:
Testa aн, e posta os resultados
pawn Код:
if(dini_Int(file, "Profissao") == Policial_C || dini_Int(file, "Profissao") == Policial_F || dini_Int(file, "Profissao") == Delegado || dini_Int(file, "Profissao") == Bope || dini_Int(file, "Profissao") == Swat || dini_Int(file, "Profissao") == Narcoticos || dini_Int(file, "Profissao") == Policial_M || dini_Int(file, "Profissao") == FBI || dini_Int(file, "Profissao") == LSPD || dini_Int(file, "aAdmin") == 1){
pawn Код:
if(GetPlayerWantedLevel(plid) < 1)
{
SendClientMessage(playerid, -1, "Esse Jogador Nгo Pode Ser Preso!");
return 0;
}
// Ou poderia ser assim tambйm.
if(GetPlayerWantedLevel(plid) < 1) return SendClientMessage(playerid, -1, "Esse jogador nгo pode ser Preso!");

