Jump to content
  • 0

Cum fac o teleportatre?


me_jupanul

Question

10 answers to this question

Recommended Posts

if(strcmp(cmdtext,"/teleport",true) == 0)
{
    if(IsPlayerInAnyVehicle(playerid))
    {
        SetVehiclePos(GetPlayerVehicleID(playerid),123.0,456.0,789.0);
    }
    else
    {
        SetPlayerPosPos(playerid,123.0,456.0,789.0);
    }
    return 1;
}

Link to comment
Share on other sites

si coordonatele de unde le iau?:D:d

Te faci de ras cu intrebarile astea.

1. /save in joc.

2. daca folosesti 0.3b+ intri in <C:\Documents and Settings\USER\My Documents\GTA San Andreas User Files\SAMP> si aici este un folder savedpositions.txt, daca folosesti 0.3a- intri in folderul de la San Andreas si cauti savedpositions.txt

Vei gasi ceva de genul:

AddPlayerClass(100,2581.9338,-1649.5605,431.6930,180.8822,0,0,0,0,0,0); // underground jump

iar coordonatele sunt 2581.9338,-1649.5605,431.6930

Link to comment
Share on other sites

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.