[Ajuda] Ao Play Morrer! - 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] Ao Play Morrer! (
/showthread.php?tid=230922)
[Ajuda] Ao Play Morrer! -
L.S.T - 24.02.2011
Cada Vez Que o Play Morrer ele Nase em um local Deferente
como que faz isso?
Re: [Ajuda] Ao Play Morrer! -
leandro123456 - 24.02.2011
Vocк pode usar um sistema Random spawn
Re: [Ajuda] Ao Play Morrer! -
deregudegu - 24.02.2011
olha no seu gm a seguinte public:
OnPlayerDeath
Re: [Ajuda] Ao Play Morrer! -
L.S.T - 24.02.2011
o que boto em public OnPlayerDeath
Re: [Ajuda] Ao Play Morrer! -
L.S.T - 24.02.2011
Consegui VLW aee!!!
Re: [Ajuda] Ao Play Morrer! -
deregudegu - 24.02.2011
vocк tem q procurar a parte q faz vocк nascer apos morrer
Re: [Ajuda] Ao Play Morrer! -
leandro123456 - 24.02.2011
Topo do GM
pawn Код:
New Morto[MAX_PLAYERS];
new Float:RandomSpawn[][4] =
{
// Positions, (X, Y, Z and Facing Angle)
{-2796.9854, 1224.8180, 20.5429, 192.0335},
{-2454.2170, 503.8759, 30.0790, 267.2932},
{-2669.7322, -6.0874, 6.1328, 89.8853}
}
OnPlayerDeath
OnPlayerSpawn
pawn Код:
if(Morto[playerid] == 1)
{
new rand = random(sizeof(RandomSpawn));
SetPlayerPos(playerid, RandomSpawn[rand][0], RandomSpawn[rand][1],RandomSpawn[rand][2]);
Morto[playerid] = 0;
}
Creditos a Wiki Samp
https://sampwiki.blast.hk/wiki/Random