Jump to content

muskAdv

Member
  • Posts

    56
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by muskAdv

  1. Username: MuskOfficialProblema întălnită: warning 235: public function lacks forward declaration (symbol "OnPayerConnect")Detalii despre problemă: -Ce ai încercat să faci înainte să postezi?: am incercat cu alte versiuni mysql insa cu alea primesc alte erori si am incercat sa fac forward OnPlayerConnect dar in zadar.Cod sursă (recomandat pastebin.com) : https://pastebin.com/cY5L3TqbAlte detalii: help.
  2. Username: MuskOfficial Problema: warning 235: public function lacks forward declaration (symbol "OnPayerConnect") Imagini/Videoclipuri cu problema: nu e nevoie. Cod sursă: https://pastebin.com/cY5L3Tqb Alte detalii: am incercat sa creez forward OnplayerConnect insa degeaba, am incercat cu alte versiuni mai noi de mysql, insa cu alea primesc alte erori.
  3. Vand comunitatea Deluxed, aceasta continand domeniu (deluxed.ro), server de samp (rpg.deluxed.ro) server de samp beta (beta.deluxed.ro), domeniul este platit pe un an. Pret: 150RON (doar skrill / transfer bancar). Tin sa mentionez ca pana acum am bagat in jur de 300 de lei in toata comunitatea, cu tot cu pachet de gazduire, hosturile de samp, etc. Contact: musk#0385 (discord) http://deluxed.ro/
  4. Daca sterg fisierul mysql_logs nu se mai creeaza altul.
  5. Am facut asta, degeaba, tot asa imi face, nu se salveaza nimic, dar dupa restart pot scrie pe /c insa nu se salveaza tagul, rank name-urile, culoarea, numele, etc
  6. am incercat ambele variante, degeaba, la fe se intampla
  7. Ai ceva moduri? poate fi de la asta, nu cred ca ar fi o problema cu textdraw-urile
  8. Am facut asa public LoadClanInfo() { clanss = cache_num_rows(); for(new i = 1; i <= clanss; i++) { new x = i - 1; ClanInfo[x][cClanID] = cache_get_field_content_int(x, "clanID"); cache_get_field_content(x, "clanName", ClanInfo[x][cClanName], SQL, 130); cache_get_field_content(x, "clanColor", ClanInfo[x][cClanColor], SQL, 130); cache_get_field_content(x, "clanMOTD", ClanInfo[x][cClanMOTD], SQL, 130); cache_get_field_content(x, "clanTag", ClanInfo[x][cClanTag], SQL, 130); cache_get_field_content(x, "clanRankName7", ClanInfo[x][cClanRankName7], SQL, 130); cache_get_field_content(x, "clanRankName6", ClanInfo[x][cClanRankName6], SQL, 130); cache_get_field_content(x, "clanRankName5", ClanInfo[x][cClanRankName5], SQL, 130); cache_get_field_content(x, "clanRankName4", ClanInfo[x][cClanRankName4], SQL, 130); cache_get_field_content(x, "clanRankName3", ClanInfo[x][cClanRankName3], SQL, 130); cache_get_field_content(x, "clanRankName2", ClanInfo[x][cClanRankName2], SQL, 130); cache_get_field_content(x, "clanRankName1", ClanInfo[x][cClanRankName1], SQL, 130); } printf("[LOADING] %d clans loaded.", clanss); } tot nu se salveaza si acum am observat ca nu se salveaza nimic, deci inseamna ca tot de aici e problema si ca nu se incarca clanurile cum trebuie
  9. Ma poate ajuta cineva strict cu aceasta problema va rog?
  10. La fel se intampla, tot nu se salveaza tagul.
  11. Am facut asa: public LoadClanInfo() { clanss = cache_num_rows(); for(new i = 1; i <= clanss; i++) { new x = i - 1; ClanInfo[x][cClanID] = cache_get_field_content_int(x, "clanID"); ClanInfo[x][cClanName] = cache_get_field_content_int(x, "clanName"); ClanInfo[x][cClanColor] = cache_get_field_content_int(x, "clanColor"); ClanInfo[x][cClanMOTD] = cache_get_field_content_int(x, "clanMOTD"); ClanInfo[x][cClanTag] = cache_get_field_content_int(x, "clanTag"); ClanInfo[x][cClanRankName7] = cache_get_field_content_int(x, "clanRankName7"); ClanInfo[x][cClanRankName6] = cache_get_field_content_int(x, "clanRankName6"); ClanInfo[x][cClanRankName5] = cache_get_field_content_int(x, "clanRankName5"); ClanInfo[x][cClanRankName4] = cache_get_field_content_int(x, "clanRankName4"); ClanInfo[x][cClanRankName3] = cache_get_field_content_int(x, "clanRankName3"); ClanInfo[x][cClanRankName2] = cache_get_field_content_int(x, "clanRankName2"); ClanInfo[x][cClanRankName1] = cache_get_field_content_int(x, "clanRankName1"); } printf("[LOADING] %d clans loaded.", clanss); } Revin cu edit cand o sa intru sa testez si iti spun daca a functionat.
×
×
  • Create New...