Jump to content

WopsS

Administrator
  • Posts

    2,200
  • Joined

  • Last visited

  • Days Won

    118

Posts posted by WopsS

  1. 3 minutes ago, DanyBoSS said:

    Poti fi umpic mai explicit?  .. sunt mai incepator.. cum adica sa bag debug pe comanda si sa vad pana unde ajuge? cum bag debug pe o comanda? print e pt screen.. 

    Asta inseamna in pawn sa faci un debug, pui sa afisezi mesaje cand se executa o portiune din comanda.

  2. Iti intra in acele verificari, cum ar fi

    if(Stock[xf][vType] == 1)
    {
    	format(stringy, sizeof(stringy), "{ffffff}%s ( %d{33cc33}${ffffff} ) ( {00FFFF}%d {ffffff}cars in stock)\n", Stock[xf][vName], Stock[xf][vPrice], Stock[xf][vStock]);
    	strcat(stringzz,stringy);
    }

     

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