Jump to content
  • 0

Cum fac o teleportatre?


Question

Posted

Salut,vreau sa fac o teleportarein acelasi loc, o tele pt masini si o tele pt oameni,daca unu are masina sa se duca in logul pentru masini si daca e om sa se duca in locu pt oameni,ma rog intelegeti voi cred

ma puteti ajuta va rog??multt

10 answers to this question

Recommended Posts

Posted
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;
}

Posted

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

Posted

http://www.sa-mp.ro/forum/index.php/topic,3882.0.html

http://www.sa-mp.ro/forum/index.php/topic,3883.0.html

;D

Posted

Nu stiu d-astea, daca n-ai mai vorbi cocalareasca as stii si d-astea xD

Imi aduc aminte cand jucam pe versiunea 0.1.. ala era SA-MP adevarat.

Va salut cu respect (pe cei care merita).

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.