Jump to content

pawn

Membru
  • Posts

    6
  • Joined

  • Last visited

Profile Information

  • Sex
    Masculin
  • In-game Name
    Pawn

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

pawn's Achievements

Rookie

Rookie (2/14)

  • One Year In
  • One Month Later
  • Week One Done
  • First Post
  • Conversation Starter

Recent Badges

0

Reputation

  1. Exemplu: sa setez 2 masini pe harta si mapicon pe ambele vehicule
  2. Salutare, Stie careva cum setez un mapicon in mai multe locatii Exemplu: sa setez 3 masini pe sv si pe toate 3 cate un mapicon global pentru un quest
  3. 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"); }
  4. https://m.facebook.com/profile.php?id=61561005964916
  5. 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.