[Ajuda] Oq й Spawn Kill - 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] Oq й Spawn Kill (
/showthread.php?tid=460252)
Oq й Spawn Kill -
Samuel300 - 27.08.2013
eu vi uns cara falando sobre isso ...
e dps fui pesquisar e achei uns ant-Spawn Kill ...
ai to com uma duvida oq й spawn kill ?
Re: Oq й Spawn Kill -
.FuneraL. - 27.08.2013
Ficar matando algum jogador parado logo quando ele nasce, no lugar onde ele spawna
Re: Oq й Spawn Kill -
Samuel300 - 27.08.2013
obrigado, mas sу +1 duvida ...
esse fs funciona ? pois se funcionar vo usar ele ...
https://sampforum.blast.hk/showthread.php?tid=134330
Re: Oq й Spawn Kill -
.FuneraL. - 27.08.2013
Coloque isto:
pawn Код:
// Topo do GM
forward DesativarASK(playerid);
// OnPlayerSpawn
SetPlayerHealth(playerid, 9999*9999);
SetTimerEx("DesativarASK", 10000, false, "i", playerid);
// Public em qualquer local do GM
public DesativarASK(playerid) {
SetPlayerHealth(playerid, 100);
return 1;
}
Fiz a mesma coisa, porйm te disse onde colocar, sу utiliza-lo