[AJUDA]Spawn
#1

Colquei esse sistema de hospital > https://sampforum.blast.hk/showthread.php?tid=295091

mais quando o player sai do hospital ele ta dando respawn na hq e nгo em frente ao hospital, alguйm pode ajudar? '-'
Reply
#2

pegue as coordenadas, da frente do hp e me mande.
Reply
#3

Quote:
Originally Posted by Pedro Pawno
Посмотреть сообщение
pegue as coordenadas, da frente do hp e me mande.
Код:
-1910.3588,486.8656,35.1719,87
Reply
#4

Tente..
pawn Код:
public OnPlayerSpawn(playerid)
{
    if(gHospitalInfo[playerid][MorreuHospital] == 1) {
   
        TogglePlayerControllable(playerid, 0);
        ApplyAnimation(playerid, "CRACK", "crckdeth2", 4.0, 1, 0, 0, 0, 0);
        GameTextForPlayer(playerid, "~n~~n~~n~~n~~n~~n~~n~~n~~n~~w~Voce precisa ~r~descansar ~w~agora...", 15000, 3);
        SetTimerEx("TempoHospital", 15000, false, "i", playerid);
        gHospitalInfo[playerid][FoiHospital] += 1;
        SetPlayerPos(playerid, -1910.3588,486.8656,35.1719,87);
        return 1;
    }
    return 1;
}
Tente dessa forma.
Reply
#5

Quote:
Originally Posted by xPaulistaa
Посмотреть сообщение
Tente..
pawn Код:
public OnPlayerSpawn(playerid)
{
    if(gHospitalInfo[playerid][MorreuHospital] == 1) {
   
        TogglePlayerControllable(playerid, 0);
        ApplyAnimation(playerid, "CRACK", "crckdeth2", 4.0, 1, 0, 0, 0, 0);
        GameTextForPlayer(playerid, "~n~~n~~n~~n~~n~~n~~n~~n~~n~~w~Voce precisa ~r~descansar ~w~agora...", 15000, 3);
        SetTimerEx("TempoHospital", 15000, false, "i", playerid);
        gHospitalInfo[playerid][FoiHospital] += 1;
        SetPlayerPos(playerid, -1910.3588,486.8656,35.1719,87);
        return 1;
    }
    return 1;
}
Tente dessa forma.
Essa cordenada aн й do interior do hospital brother, a de onde ele vai spawnar й na criada lб em baxio!
sendo que ele ta dando spawn na hq!

mais alguйm?
Reply
#6

pawn Код:
public TempoHospital(playerid)
{
    SendClientMessage(playerid, -1, "Doutor diz: Vocк jб estб se sentindo melhor, pode ir para casa.");
    SendClientMessage(playerid, COR_VERMELHO, "* Fatura mйdica custou $200.");
    gHospitalInfo[playerid][PagouHospital] += 200;
    GivePlayerMoney(playerid, -200);
    ClearAnimations(playerid);
    TogglePlayerControllable(playerid, 1);
    SetPlayerPos(playerid, -1910.3588,486.8656,35.1719);
    SetPlayerFacingAngle(playerid, 270.0);
    SetPlayerInterior(playerid,0);
    gHospitalInfo[playerid][MorreuHospital] = 0;
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)