Jump to content
Autentificarea cu Google și Facebook nu mai este disponibilă. ×

Question

Posted

Deci am pus coordonatele la camera sa arate banca

1481.709106, -1704.300170, 14.046875

Si-mi arata alcva:|why?..numi dau seama dar e alta pozitie ce-mi arata camera..dar dak pun pozitiile la spawn ma duce la banca deci e bne

9 answers to this question

Recommended Posts

Posted

pai am pus asa

    SetPlayerCameraPos( playerid, 1481.709106, -1704.300170, 14.046875 );

    SetPlayerCameraLookAt( playerid, 1481.709106, -1704.300170, 14.046875 );

la spawn

Posted

Am pus si interior dar degeaba la fel apare alta locatie :)

public OnPlayerSpawn(playerid)

{

    GivePlayerWeapon(playerid, 5, 0);

    SetPlayerCheckpoint(playerid, 1481.067504, -1771.494628, 18.795755, 1.0);

    SetPlayerInterior(playerid, 0);

    SetPlayerCameraPos( playerid, 1481.709106, -1704.300170, 14.046875 );

    SetPlayerCameraLookAt( playerid, 1481.709106, -1704.300170, 14.046875 );

    SetTimerEx( "cam",  5000, false, "i", playerid );

return 1;

}

Guest farse
Posted

Lookat nu trebuie sa fie acelasi cu Pos.

Incearca asta : http://forum.sa-mp.com/showthread.php?t=68814

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.