Jump to content

Try22.

Membru
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Try22.

  1. Am facut si asa public LoadCar() { new z = cache_get_row_count(), zx; for(new i=0; i < z; i++) { if(z > 0) { zx = cache_get_field_content_int(i, "ID"); if(zx != 0) { codurile mele } } } printf("Ultimul ID incarcat din tabelul `cars`: %d", masini); } Si asa public LoadCar() { masini = cache_num_rows(); for(new i = 1; i <= masini; i++) { codurile mele } printf("Cars: %d", masini); } Si tot primesc acele erori, chiar nu inteleg ce are..
  2. Tot primesc acele erori, am incercat ambele variante..
×
×
  • 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.