Jump to content

[REZOLVAT] Intrebare - Comanda


Ionut09
 Share

Recommended Posts

  • Username : Ionut09
  • Problema întâlnită: -
  • Detalii despre problemă: Cum fac o comanda pentru a sterge toate obiectele facute cu oplace, de exemplu: /removeoplace si sa se stearga tot ce e cu /oplace.
  • Ce ai încercat să faci înainte să postezi?: Sa ma uit pe net daca exista un gm cu asa cv, dar nu am gasit.
  • Cod sursa (recomandat pastebin.com) : comanda oplace: https://pastebin.com/JRaKFpYw
  • Alte detalii : daca exista un gamemode cu comanda asta sau ceva de genul, puteti sa il lasati, ma ajuta si ala.
Link to comment
Share on other sites

  • Administrator

E cam naspa ca n-ai facut cu iteratori..

 

CMD:resetoplace(playerid, params[])
{
	if(!PlayerInfo[playerid][pAdmin]) return 1;

    for(new i; i < sizeof(objectevent); ++i)
    {
    	DestroyPickup(objectevent[i]);
    	eventprizeobj[i] = 0;
    }

    SCM(playerid, -1, "Ai sters toate oplace-urile plasate.");

	return 1;
}

 

Link to comment
Share on other sites

13 hours ago, Leonard said:

E cam naspa ca n-ai facut cu iteratori..

 


CMD:resetoplace(playerid, params[])
{
	if(!PlayerInfo[playerid][pAdmin]) return 1;

    for(new i; i < sizeof(objectevent); ++i)
    {
    	DestroyPickup(objectevent[i]);
    	eventprizeobj[i] = 0;
    }

    SCM(playerid, -1, "Ai sters toate oplace-urile plasate.");

	return 1;
}

 

Mersi.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...