07.04.2012, 19:31
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;
}

