[Ajuda] Hospital
#1

Eu ja tenho o sistema de hospital mas queria que me ajudassem. Queria que o player morresse aparecesse em frente o hospital de LS e nгo no local de spaw

achei um topico aqui
Reply
#2

#Off no tуpico please.
Reply
#3

pawn Code:
new bool:EuUsoGF[MAX_PLAYERS];

public OnPlayerConnect(playerid)
{
    EuUsoGF[playerid] = false;
    return 1;
}

public OnPlayerDeath(playerid, killerid, reason)
{
    EuUsoGF[playerid] = true;
    return 1;
}

public OnPlayerSpawn(playerid)
{
    if(EuUsoGF[playerid]) return EuUsoGF[playerid] = false, SetPlayerPos(playerid, X, Y, Z); // Onde X, Y e Z sгo as coordenadas onde vocк quer que o jogador spawne, no caso, o hospital.
    return 1;
}
Reply
#4

Quote:
Originally Posted by Rodney_Francalim
View Post
EuUsoGF
kkkkkkkkkk euri
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)