Jump to content

Se poate adauga comanda in dialog ?


Kaps

Recommended Posts

Daca folosesti zcmd la dialogresponse

 

Case 1: 

{

   cmd_vcreate (playerid, string );

  Return 1;

}

  • Upvote 1

 

    __  ____      __           
   /  |/  (_)____/ /____  _____
  / /|_/ / / ___/ __/ _ \/ ___/
 / /  / / (__  ) /_/  __/ /    
/_/  /_/_/____/\__/\___/_/     
SERVICII SCRIPTING DE CALITATE
Pagina     Scripting     pawn
Link to comment
Share on other sites

  • 4 weeks later...
Case 1: 

{

   cmd_vcreate (playerid, string );

  Return 1;

}

asta merge cat de cat. da ii mai folositor return cmd_vcreate(bla bla bla);. functioneaza altfel. sh ca  smai ocupi spatiu baga asa:

 

case 1: return cmd_vcreate(playerid,string);

 

Link to comment
Share on other sites

  • 2 weeks later...
On 20.02.2016 at 16:39, .№_Fpk.Marius_™. said:

Case 1: 

{

   cmd_vcreate (playerid, string );

  Return 1;

}

asta merge cat de cat. da ii mai folositor return cmd_vcreate(bla bla bla);. functioneaza altfel. sh ca  smai ocupi spatiu baga asa:

 


case 1: return cmd_vcreate(playerid,string);

 

Nu ai rezolvat nimic facand asta, e la fel, nu se optimizeaza cu absolut nimic.

**********************************

Servicii Scripting de calitate:

*********************************

Future Project: ExpertGame

*********************************

Link to comment
Share on other sites

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.