ayuda, TogglePlayerSpectating...
#4

Creo que buscabas que la cбmara se quede estбtica en el lugar que estб, pero que se pueda mirar a sus alrededores.

Es asн:


pawn Код:
stock FlyMode(playerid)
{
    // Create an invisible object for the players camera to be attached to
    new Float:x, Float:Y, Float:Z;
    GetPlayerPos(playerid, X, Y, Z);
    new obj = CreatePlayerObject(playerid, 19300, X, Y, Z, 0.0, 0.0, 0.0);

    // Place the player in spectating mode so objects will be streamed based on camera location
    TogglePlayerSpectating(playerid, true);
    // Attach the players camera to the created object
    AttachCameraToPlayerObject(playerid, obj);
    return 1;
}
Reply


Messages In This Thread
ayuda, TogglePlayerSpectating... - by OTACON - 13.01.2014, 01:54
Respuesta: ayuda, TogglePlayerSpectating... - by Swedky - 13.01.2014, 02:11
Respuesta: ayuda, TogglePlayerSpectating... - by EduGTA - 13.01.2014, 02:15
Respuesta: ayuda, TogglePlayerSpectating... - by Swedky - 13.01.2014, 02:20
Respuesta: ayuda, TogglePlayerSpectating... - by OTACON - 13.01.2014, 02:31

Forum Jump:


Users browsing this thread: 2 Guest(s)