[AJUDA]Spawn
#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


Messages In This Thread
[AJUDA]Spawn - by .ThePro - 07.04.2012, 16:53
Respuesta: [AJUDA]Spawn - by Pedro Pawno - 07.04.2012, 17:30
Re: Respuesta: [AJUDA]Spawn - by .ThePro - 07.04.2012, 17:45
Re: [AJUDA]Spawn - by xPaulistaa - 07.04.2012, 18:18
Re: [AJUDA]Spawn - by .ThePro - 07.04.2012, 19:01
Re: [AJUDA]Spawn - by Fernando Vinewood - 07.04.2012, 19:31

Forum Jump:


Users browsing this thread: 1 Guest(s)