Jump to content
  • 0

Ma poate ajuta cineva?


Question

4 answers to this question

Recommended Posts

  • 0
Posted

Cauti functia CreateDynamicObject(aici pui id la obiect(il poti lua de pe net cauti object id samp) apoi stergi toate linile care le vrei tu.

  • 0
Posted
Acum 25 minute, DroKeN a spus:

Cauti functia CreateDynamicObject(aici pui id la obiect(il poti lua de pe net cauti object id samp) apoi stergi toate linile care le vrei tu.

pai eu vreau sa le sterg pe astea si nu stiu ce id au..

  • 0
Posted

Dai /save în locatia aia și vezi coordonatele. Dupa cauti în script cu CTRL+F CreateDynamicObject(1432 și stergi obiectele care se afla în zona coordonatelor din save.

  • 0
Posted

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • 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.