[Ajuda] Como colocar pra matar e nao ir preso?
#1

pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
  GivePlayerGrana(killerid, GetPlayerMoney(playerid));
GivePlayerGrana(playerid, -GetPlayerMoney(playerid));
TextDrawHideForPlayer(playerid,txtTimeDisp);/*nгo mexer aki */
SendDeathMessage(killerid,playerid,reason);
new kname[MAX_PLAYER_NAME];
GetPlayerName(killerid, kname, MAX_PLAYER_NAME);
format(file2, sizeof(file2), PASTA_CONTAS, kname);
new aname[MAX_PLAYER_NAME];
GetPlayerName(playerid, aname, MAX_PLAYER_NAME);
format(file, sizeof(file), PASTA_CONTAS, aname);
GameTextForPlayer(playerid,"", 2500, 5);
dini_IntSet(file, "usoudroga", 1);
TextDrawShowForPlayer(playerid, topblack);
TextDrawShowForPlayer(playerid, bottomblack);
algemado[playerid] = 0;
GPS_Spawned[playerid] = 0;
autoescola[playerid] = 0;
sequestro[playerid] = 0;
prefls[playerid] = 0;
prefsf[playerid] = 0;
preflv[playerid] = 0;
nobarls[playerid] = 0;
nobarsf[playerid] = 0;
nobarlv[playerid] = 0;
nobarfc[playerid] = 0;
nautlls[playerid] = 0;
dini_IntSet(file, "convitent", 0);
dini_IntSet(file, "Entrevista", 0);
dini_IntSet(file2, "DM", 1);
SetPlayerWantedLevel(killerid, 1);
dini_IntSet(file, "usoudroga", 0);
Reply
#2

Aparentemente a soluзгo nгo estб nesse pedaзo de cуdigo.
Reply
#3

SetPlayerWantedLevel(killerid, 1); < deve ser isto que faz os policiais ir atraz do Killerid = Matador
Reply
#4

Procure algo di tipo e apague
pawn Код:
Vocк estб preso por
pawn Код:
por trocar tiros e fugir dos policiais
Reply
#5

Quote:
Originally Posted by Viniborn
Посмотреть сообщение
Aparentemente a soluзгo nгo estб nesse pedaзo de cуdigo.
oq tenho q postar aki pra vcs me ajudarem?
isso?

pawn Код:
if(noevento[playerid] == 1){
new string[256];
format(string, sizeof(string), "| EVENTO | O jogador %s nгo foi preso por matar em um Evento!",kname);
SendClientMessageToAll(msgdm3, string);
return 1;
}
if(dini_Int(file2, "DM") == 1){
new string[256];
format(string, sizeof(string), "| INFO | O Jogador %s foi preso automaticamente por matar!",kname);
SendClientMessageToAll(Azul, string);
SetPlayerPos(killerid, 263.8820,77.4002,1001.0391);
SetPlayerInterior(killerid, 6);
SetPlayerHealth(killerid,99999);
ResetPlayerWeapons(killerid);
TogglePlayerControllable(killerid, 1);
SendClientMessage(killerid, msgdm, "| CADEIA | Vocк estб preso, para ser solto consulte um advogado ou pague fianзa por saldo bancario. /pagarfianc");
dini_IntSet(file2, "Preso",6);
preso[killerid] = 1;
}
return 1;
}
Reply
#6

Procure cara, a palavra Preso slбa
Reply
#7

tente assim
pawn Код:
if(noevento[playerid] == 1)
{
    new string[256];
    format(string, sizeof(string), "| EVENTO | O jogador %s nгo foi preso por matar em um Evento!",kname);
    SendClientMessageToAll(msgdm3, string);
    return 1;
}

if(dini_Int(file2, "DM") == 1)
{
    new string[256];
    format(string, sizeof(string), "| INFO | O Jogador %s estб sendo procurando por matar !",kname);
    SendClientMessageToAll(Azul, string);
    SetPlayerWantedLevel(killerid, GetPlayerWantedLevel(killerid) + 1);
    SendClientMessage(killerid, msgdm, "| INFO | Vocк estб sendo procurado por matar uma pessoa !");
    return 1;
}
Reply
#8

Eu ja tinha conseguido vlw, e Shut no DM") ==1) no lugar de 1 й 0 q nao vai preso
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)