Jump to content

pawn

Membru
  • Posts

    4
  • Joined

  • Last visited

Everything posted by pawn

  1. salut, Intampin si eu o problema la comanda /members - Nu afiseaza dialog-ul, Va rog, Ajutati-ma case 0: { new rank[64], fw[64]; format(szQuery, sizeof(szQuery), "SELECT * FROM `users` WHERE `Username`='%s'", sName[playerid]); new Cache: result = mysql_query(SQL, szQuery); if(!IsACop(playerid)) { for(new i, j = cache_get_row_count (); i != j; ++i) { cache_get_field_content(i, "Username", szResult); format(name, 256, szResult); cache_get_field_content(i, "Rank", szResult); format(rank, 256, szResult); cache_get_field_content(i, "FWarns", szResult); format(fw, 256, szResult); format(string, sizeof(string), "Name: %s\nRank: %s\nFaction warns: %s", name, rank, fw); strcat(MemberString, string); } cache_delete(result); } else { for(new i, j = cache_get_row_count (); i != j; ++i) { cache_get_field_content(i, "Username", szResult); format(name, 256, szResult); cache_get_field_content(i, "Rank", szResult); format(rank, 256, szResult); cache_get_field_content(i, "FWarns", szResult); format(fw, 256, szResult); format(string, sizeof(string), "Name: %s\nRank: %s\nFaction warns: %s", name, rank, fw); strcat(MemberString, string); } cache_delete(result); } ShowPlayerDialog(playerid, DIALOG_RAPORTS, DIALOG_STYLE_MSGBOX, "Raports", MemberString, "Ok", "Back"); }
  2. https://m.facebook.com/profile.php?id=61561005964916
  3. salut, Tocmai ce am creat un sistem dealership nou, rulează totul cum trebuie dar întâmpin probleme la comanda /v(ehicule) personale.. - duplifica mașinile de același tip când le re-spawnezi.. - dacă scrii /v, alegi un vehicul apoi apesi ESC nu mai apare meniul. Scrie SERVER: UNKNOWN COMMAND CINE mă poate ajuta sa rescriu sistemul (adică comanda /v să funcționeze corect), plătesc paysafecard. Mai jos va las facebook-ul meu unde mă puteți contacta: https://m.facebook.com/profile.php?id=61561005964916
×
×
  • 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.