Jump to content
  • 0

Nu le pot gasi obiectele ? Cineva?


Iulian2

Question

5 answers to this question

Recommended Posts

  • 0

poti sa le scoti si cu map editor

Citat
Link to comment
Share on other sites

  • 0
Citat

CMD:tpcor(playerid, params[])
{
    new Float: coorx,Float: coory,Float: coorz;
    if(sscanf(params, "fff", coorx,coory,coorz)) return SendClientMessage(playerid, 0x8C8C8C8C, "/tpcor x y z");
    SetPlayerPos(playerid,coorx,coory,coorz);
    SetPlayerInterior(playerid,0);
    return 1;
}

Cu aceasta comanda poti sa gasesti aceste obiecte,pur si simplu copiezi coordonatele din mappingurile care le ai si la final vei da si de astea, cind folosesti comanda sterge virgulele de la coordonate

Link to comment
Share on other sites

  • 0

Cauta in OnGamemodeInit. Deobicei o sa gasesti ceva de genu' 

CreateDynamicPickup(19132, 1, 1481.0370, -1771.6644, 18.7958, -1, -1, -1, 100.0); // Enter City Hall

tu o sa le ai ex: // spawn , daca cine le-a facut le-a si definit, dar deobicei asa se face pentru a stii care sunt si de unde sunt.

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.