[Ajuda] Preciso de ajuda sobre coordenadas.
#2

pawn Код:
public OnPlayerSpawn(playerid)
{
        if(hospital[playerid] > 0)
        {
                Contagem2[playerid] = SetTimerEx("HospitalRegressao", 1000, 1, "i", playerid);
                Contagem[playerid] = 10;// aqui й a contagem para se recuperar , vocк pode mudar pela sua vontade mudando no numero 20 para o numero desejado
                SetPlayerInterior(playerid, 0);
                SetPlayerPos(playerid,1177.6725,-1323.2905,14.0823);
                SetPlayerCameraPos(playerid,1197.5721,-1325.6716,26.9214);
                SetPlayerCameraLookAt(playerid, 1177.6808,-1324.3663,14.0827);
                TogglePlayerControllable(playerid, 0);
        }
        return 1;
}
Reply


Messages In This Thread
Preciso de ajuda sobre coordenadas. - by tristtok - 20.09.2013, 19:39
Re: Preciso de ajuda sobre coordenadas. - by Sti - 20.09.2013, 19:46
Re: Preciso de ajuda sobre coordenadas. - by tristtok - 20.09.2013, 19:52
Re: Preciso de ajuda sobre coordenadas. - by tristtok - 20.09.2013, 20:04
Re: Preciso de ajuda sobre coordenadas. - by Leopawno - 20.09.2013, 22:01
Re: Preciso de ajuda sobre coordenadas. - by Wellington1999 - 20.09.2013, 22:05

Forum Jump:


Users browsing this thread: 1 Guest(s)