[Pedido] Ao Morrer, Ir ao Hospital
#4

Quote:
Originally Posted by Arthenry
Посмотреть сообщение
Nunca fui com sua cara na Premiun Design 3d mais tб ae Ebinho:

pawn Код:
public HospitalRegressao(playerid)
{
    new string[64];
    format(string, sizeof(string), "~w~Hospital~g~ voce esta sendo tratado~w~ aguarde...%d", Contagem[playerid]);
    GameTextForPlayer(playerid, string, 1500, 3);
    hospital[playerid] = 0;
    if(Contagem[playerid] == 0)
    {
        KillTimer(Contagem2[playerid]);
        SpawnPlayer(playerid);
        SetPlayerHealth(playerid, 100.00);
        GivePlayerGrana(playerid, -100);
        SetCameraBehindPlayer(playerid);
        TogglePlayerControllable(playerid, 1);
        SendClientMessage(playerid, fuckercor,"{FF6600}~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[ Hospital ]~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~");
        SendClientMessage(playerid, Branco,"{FFFFFF}* Foi retirado de sua conta bancбria R$100,00 para pagar os tratamentos mйdicos.");
        SendClientMessage(playerid, fuckercor,"{FF6600}~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[ Hospital ]~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~");
    }
    Contagem[playerid]--;
}
Agr a animaзгo vc coloka xD
Como vocк fez ele nгo vai saber como funciona...

pawn Код:
new death[MAX_PLAYERS];

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

public OnPlayerSpawn(playerid){
    if(death[playerid] == 1){
        SetPlayerPos(playerid,X,Y,Z);
        SetPlayerInt(playerid,INT);
        SendClientMessage(playerid,-1,"Voce foi para o hospital e esta sendo curado");
        ApplyAnimation(playerid,/* LIB DA ANIM */,/* NOME DA ANIM*/,4.1,1,1,1,1,/*TEMPO DA DURAЗГO DA ANIM*/);
        //GivePlayerMoney(playerid,-100); caso queira tirar dinheiro
        death[playerid] = 0;
    }
    return 1;
}
Reply


Messages In This Thread
Ao Morrer, Ir ao Hospital - by EbinhO_EBN - 24.07.2012, 01:43
Re: Ao Morrer, Ir ao Hospital - by Arthenry - 24.07.2012, 01:49
Re: Ao Morrer, Ir ao Hospital - by EbinhO_EBN - 24.07.2012, 01:55
Re: Ao Morrer, Ir ao Hospital - by RebeloX - 24.07.2012, 02:03
Re: Ao Morrer, Ir ao Hospital - by EbinhO_EBN - 24.07.2012, 02:08
Re: Ao Morrer, Ir ao Hospital - by BreakDriFT - 24.07.2012, 02:10
Re: Ao Morrer, Ir ao Hospital - by Arthenry - 24.07.2012, 02:13
Re: Ao Morrer, Ir ao Hospital - by RebeloX - 24.07.2012, 02:19
Re: Ao Morrer, Ir ao Hospital - by EbinhO_EBN - 24.07.2012, 02:21
Re: Ao Morrer, Ir ao Hospital - by Arthenry - 24.07.2012, 02:24

Forum Jump:


Users browsing this thread: 6 Guest(s)