Jump to content

[REZOLVAT] ZCMD // YCMD


Alexandru100
 Share

Recommended Posts

  • Username : Alexandru
  • Problema întâlnită: Deci am trecut totul pe ycmd.. si vreau sa pun la un dialog gen cum este la zcmd : cmd_adminns [ exemplu ] si la ycmd nu stiu cum este la fel redictionarea asta .. ca sa nu mai stau sa fac iar in acel dialog la fel ca in comanda.. m-am uitat prin y_commands si nu mi-am dat seama de nimic m-am uitat la command_ si nu are efect
  • Detalii despre problemă:  Mai sus
  • Ce ai încercat să faci înainte să postezi?: am incercat sa fac Command_admins() dar tot nu merge si la fel si cum este la zcmd doar ca am pus Command 
  • Cod sursa (recomandat pastebin.com) :  - 
  • Alte detalii : Multumesc de ajutor
Link to comment
Share on other sites

stock return_ycmd(playerid, const comanda[], help, va_args<>) {
       new string[50]; va_format(string, sizeof string, comanda, va_start<3>);
       Command_ReProcess(playerid, string, help);
       return 1;
}

si folosesti
return_ycmd(playerid, "comanda", true);

Link to comment
Share on other sites

Sa inteleg ca tu vrei sa returnezi comanda in dialog nu  ?

Pai daca vrei sa faci asta te poti folosii de aceasta functie...  Command_ReProcess(playerid, cmdtext[], help)

Acum 9 minute, SorinGamerYT a spus:

Din cate stiu nu este posibil asa ceva !

Cum drq sa fie imposibil scriptere? ????

 

vldgIri.png

YouTube : Click Redirect Channel

Discord : Arabu#9330

Canal Discord : Click To Join

Facebook : Click Facebook

Instagram : Click Instagram

Skype : Mita.Official

Așteptăm jucatorii de PUBG Mobile și pe serverul de Discord PUBG Mobile România!

Join PUBGM România

Respectă și vei fi respectat !

 

 

 

 

Link to comment
Share on other sites

Acum 3 minute, Marlboro a spus:

Sa inteleg ca tu vrei sa returnezi comanda in dialog nu  ?

Pai daca vrei sa faci asta te poti folosii de aceasta functie...  Command_ReProcess(playerid, cmdtext[], help)

Cum drq sa fie imposibil scriptere? ????

Pai, nu prea stiu pentru ca nu folosesc meru YCMD

Link to comment
Share on other sites

  • Retired
Acum 2 ore, SorinGamerYT a spus:

Din cate stiu nu este posibil asa ceva !

Mai bine taci

Acum 1 oră, SorinGamerYT a spus:

stock return_ycmd(playerid, const comanda[], help, va_args<>) {
       new string[50]; va_format(string, sizeof string, comanda, va_start<3>);
       Command_ReProcess(playerid, string, help);
       return 1;
}

si folosesti
return_ycmd(playerid, "comanda", true);

Mai sa fie, odata stii, odata nu stii ..

Asta de unde ai copiat? 

 

Si in plus cred ca e cel mai inutil lucru pe care l-am vazut .. de ce sa folosesc return_ycmd(playerid, "cotetdeomesti", true); 

 

Cand pot folosi foarte simplu' :

	Command_ReProcess(playerid, "cotetdeomesti", true); 
	

Si nu mai adaug 5 linii degeaba. 

Link to comment
Share on other sites

  • Administrator
18 minutes ago, Dennis12 said:

Mai bine taci

Mai sa fie, odata stii, odata nu stii ..

Asta de unde ai copiat? 

 

Si in plus cred ca e cel mai inutil lucru pe care l-am vazut .. de ce sa folosesc return_ycmd(playerid, "cotetdeomesti", true); 

 

Cand pot folosi foarte simplu' :

 


	Command_ReProcess(playerid, "cotetdeomesti", true); 
	

Si nu mai adaug 5 linii degeaba. 

Facuse @EraSy un tutorial cum sa folosesti y_commands, de acolo are acel stock return_cmd

 

Comanda folosind procesorul de comenzi y_commands:

YCMD:comanda(playerid, parmas[], help)
{	
	SendClientMessage(playerid, -1, "Comanda smechera");
	return 1;
}

 

Asa returnezi o comanda in y_commands:

Command_ReProcess(playerid, "comanda", true);

 

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