SA-MP Forums Archive
[AJUDA] Alguem ajuda Urgente! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [AJUDA] Alguem ajuda Urgente! (/showthread.php?tid=272262)



[AJUDA] Alguem ajuda Urgente! - miyazaki - 27.07.2011

Galera peguei uma gm da net por ai... e esta com uma coisa que gostaria muito de tirar... quando uma pessoa comete DM (DEATH MATH) ela vai presa atomatico alguem poderia me ajudar para como tirar esse negocio de prender automatico?


Re: [AJUDA] Alguem ajuda Urgente! - ViniBorn - 27.07.2011

Se aparecer alguma mensagem quando o jogador for preso, aperte Ctrl + F no Pawno, procure a frase, ache a funзгo que faz o jogador ser preso, e delete-a.


Re: [AJUDA] Alguem ajuda Urgente! - miyazaki - 27.07.2011

Vou tentar Vini


Respuesta: [AJUDA] Alguem ajuda Urgente! - [Red]Maninho - 27.07.2011

CTRL+F e Procure Por Foi Preso, Voce Usa Mesmo Gamemode Doq Eu
o CVV Eu Tirei Isso Do Meu, xD Espero Ajudar

Nick: [Red]Maninho
Contato: Manin_LoL@Hotmail.Com.Br


Re: [AJUDA] Alguem ajuda Urgente! - miyazaki - 27.07.2011

Maninho esse cod aki e?
Код:
if(dini_Int(file2, "DM") == 1){
new string[256];
format(string, sizeof(string), "(INFO) %s matou o jogador %s e foi preso!",kname, aname);
SendClientMessageToAll(msgdm3, string);
SetPlayerPos(killerid, 263.8820,77.4002,1001.0391);
SetPlayerInterior(killerid, 6);
SetPlayerHealth(killerid,99999);
ResetPlayerWeapons(killerid);
TogglePlayerControllable(killerid, 1);
SendClientMessage(killerid, msgdm, "(INFO) Vocк estб preso, para ser solto consulte um advogado ou pague fianзa por saldo bancario. /fianca");
dini_IntSet(file2, "Preso",1);
preso[killerid] = 1;
}
return 1;
}
Esse COD? mas acontece q eu tiro e da 26 erros!


Respuesta: [AJUDA] Alguem ajuda Urgente! - [Red]Maninho - 27.07.2011

Procura Por

DMLiberados

e Vai Apagando

Vou Ver Se Tiro De Um Gamemode AKi

Se Eu Conseguir Tirar Qualquer Coisa Ajudo Melhor
Espera Ae


Re: [AJUDA] Alguem ajuda Urgente! - ViniBorn - 27.07.2011

Ta faltando coisa nesse cуdigo que vocк passou...

Tem mais coisa antes


Respuesta: [AJUDA] Alguem ajuda Urgente! - [Red]Maninho - 27.07.2011

Mano
Adc Meu Msn Que Eu Te Ajudo Melhor!

Contato: Manin_LoL@Hotmail.Com.Br


Re: [AJUDA] Alguem ajuda Urgente! - Kuddy - 27.07.2011

Apaga sу isso, nгo apaga o return '-'
pawn Код:
if(dini_Int(file2, "DM") == 1){
new string[256];
format(string, sizeof(string), "(INFO) %s matou o jogador %s e foi preso!",kname, aname);
SendClientMessageToAll(msgdm3, string);
SetPlayerPos(killerid, 263.8820,77.4002,1001.0391);
SetPlayerInterior(killerid, 6);
SetPlayerHealth(killerid,99999);
ResetPlayerWeapons(killerid);
TogglePlayerControllable(killerid, 1);
SendClientMessage(killerid, msgdm, "(INFO) Vocк estб preso, para ser solto consulte um advogado ou pague fianзa por saldo bancario. /fianca");
dini_IntSet(file2, "Preso",1);
preso[killerid] = 1;
}
___
@Administraзгo:
Praq ficar apagando meus posts? Nгo tinha escrevido nada demais.


Re: [AJUDA] Alguem ajuda Urgente! - miyazaki - 27.07.2011

Magnus vlws pela inteзгo mais queria que quando ele matasse ficaria procurado intendeu?