[Ajuda] Ao Play Morrer!
#1

Cada Vez Que o Play Morrer ele Nase em um local Deferente
como que faz isso?
Reply
#2

Vocк pode usar um sistema Random spawn
Reply
#3

olha no seu gm a seguinte public:
OnPlayerDeath
Reply
#4

o que boto em public OnPlayerDeath
Reply
#5

Consegui VLW aee!!!
Reply
#6

vocк tem q procurar a parte q faz vocк nascer apos morrer
Reply
#7

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
pawn Код:
Morto[playerid] = 1;
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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)