SA-MP Forums Archive
[Ajuda] OnPlayerDeath - 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] OnPlayerDeath (/showthread.php?tid=449688)



OnPlayerDeath - Geo1996 - 09.07.2013

em meu server to criando um sistema de hospital, to setando as coordenadas em OnPlayerDeath, porйm fica aquele botao de '<< Spawn >>' em baixo, alguem sabe se existe como tira este botгo nesse caso ?


Re: OnPlayerDeath - Exco - 09.07.2013

й sу spawnar ele quando morrrer


Re: OnPlayerDeath - Geo1996 - 09.07.2013

Obrigado, porйm estou com um problemгo ainda nessa callback.

pawn Код:
[20:51:11] [death] Geo1996 died 54
[20:51:11] [death] Geo1996 died 255
[20:51:11] [death] Geo1996 died 255
Ela esta sendo xamada 3 vezes!

pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    SendClientMessage(playerid, -1, "Vocк foi hospitalizado!");
    SetSpawnInfo(playerid, 0, 23, 1711.9532,1179.8770,35.7302, 0.0, 0,0,0,0,0,0);
    SpawnPlayer(playerid);
    return 1;
}



Re: OnPlayerDeath - steki. - 10.07.2013

Coloque um intervalo para spawna-lo novamente.


Re: OnPlayerDeath - Geo1996 - 10.07.2013

Quote:
Originally Posted by steki.
Посмотреть сообщение
Coloque um intervalo para spawna-lo novamente.
Acontece que a mensagem tambem esta sendo repetida 3 vezes!


Re: OnPlayerDeath - Schocc - 10.07.2013

Geo1996: Existe alguma chamada para esta funзгo??
OnPlayerDeath??


Re: OnPlayerDeath - Geo1996 - 10.07.2013

Quote:
Originally Posted by Schocc
Посмотреть сообщение
Geo1996: Existe alguma chamada para esta funзгo??
OnPlayerDeath??
Se й q lhe intendi, sу adicionei a callback no server, nada a mais referente a ela.