SA-MP Forums Archive
[AJUDA]Player Morre e Volta Pra Level 1 - 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]Player Morre e Volta Pra Level 1 (/showthread.php?tid=256201)



[AJUDA]Player Morre e Volta Pra Level 1 - Nake01 - 19.05.2011

Galera Eu Seto Algum Player de Comando Vermelho = CV de Level 4 Ai Quando O Cara Morre Ele Volta Pra Level 1, Sйra que Poderiгo me Ajudar?


Re: [AJUDA]Player Morre e Volta Pra Level 1 - Macintosh - 19.05.2011

Poste sua OnPlayerDeath!


Re: [AJUDA]Player Morre e Volta Pra Level 1 - deregudegu - 19.05.2011

Nуs nгo temos bola de cristal :@
Poste o OnPlayerDeath


Re: [AJUDA]Player Morre e Volta Pra Level 1 - TheGarfield - 19.05.2011

Bote-no
OnPlayerDeath(...)
pawn Код:
if(playerid) // morreu
{
     suavariaveldelevel = 0;
}



Re: [AJUDA]Player Morre e Volta Pra Level 1 - Dr_Pawno - 19.05.2011


pawn Код:
public OnPlayerDeath(playerid, reason)
{
     if(PlayerInfo[playerid][pCV] >= 4)
     {
          SendClientMessage(playerid, 0x0066FF, "[INFO] Pare de morrer! Vocк {FF0000}MORREU{0066FF} e voltou para o level 1!");
          PlayerInfo[playerid][pLevel] = 1;
     }
     return 1;
}



Re: [AJUDA]Player Morre e Volta Pra Level 1 - Macintosh - 19.05.2011

Dr. Pawno, Leia as regras!
Seu script possui contйudo racista.

E ele nгo quer isso, esse cуdigo й inъtil, ele estб com problemas nгo quer o cуdigo .


Re: [AJUDA]Player Morre e Volta Pra Level 1 - The Knight - 19.05.2011

Atualizando...


Re: [AJUDA]Player Morre e Volta Pra Level 1 - Dr_Pawno - 19.05.2011

Shickcard:
Nгo sou racista. Apenas coloquei o codigo em um geito divertido. Editei.


Re: [AJUDA]Player Morre e Volta Pra Level 1 - Macintosh - 19.05.2011

Em momento algum disse se vocк й ou nгo racista, estou lhe julgando apenas pelo contйudo racista.


Re: [AJUDA]Player Morre e Volta Pra Level 1 - Nake01 - 19.05.2011

Quote:
Originally Posted by TheGarfield
Посмотреть сообщение
Bote-no
OnPlayerDeath(...)
pawn Код:
if(playerid) // morreu
{
     suavariaveldelevel = 0;
}
como assim Garfiled explique melhor se possivel por ex:

Код:
public OnPlayerDeath(playerid, killerid, reason)
{
if(playerid) // morreu
{
     levelcv[playerid] = 0;
}
return 1;
}
Eu Botei assim e nгo deu em nada continua mesma coisa ( Lembrando levelcv й a variavel que salva os lv da conta )