Jump to content

[REZOLVAT] Problema - mysql in dialog


Yeed
 Share

Recommended Posts

Username: Yeed
Problema întălnită: Imi apare [] inloc de numele factiunii.
Detalii despre problemă: Incerc sa fac un system de factiuni dynamic si sa fac un dialog cu factiunile de pe server.
Ce ai încercat să faci înainte să postezi?: Am incercat sa schimb din text in varchar in baza de date si nimic.
Cod sursă (recomandat pastebin.com) : https://pastebin.com/6ip7Wets
Alte detalii: Folosesc MYSQL R40-4.

sa-mp-007.png

Link to comment
Share on other sites

Spune-ne ce versiune MYSQL folosești.


 

        DynamicFactions[i][fID]                 = cache_get_field_content_int(f, "ID");
        cache_get_field_content(f, "Name", DynamicFactions[i][fName], handle, 130);

        DynamicFactions[i][fcX]                 = cache_get_field_content_float(f, "X");
        DynamicFactions[i][fcY]                 = cache_get_field_content_float(f, "Y");
        DynamicFactions[i][fcZ]                 = cache_get_field_content_float(f, "Z");

        DynamicFactions[i][fApplication]        = cache_get_field_content_int(f, "Aplication");

Asta-i pentru versiunea veche folosita de către bigzone, etc.

 

btw, handle = variabila declarată de tine pentru mysql.

Link to comment
Share on other sites

15 hours ago, Gabi23 said:

Spune-ne ce versiune MYSQL folosești.


 


        DynamicFactions[i][fID]                 = cache_get_field_content_int(f, "ID");
        cache_get_field_content(f, "Name", DynamicFactions[i][fName], handle, 130);

        DynamicFactions[i][fcX]                 = cache_get_field_content_float(f, "X");
        DynamicFactions[i][fcY]                 = cache_get_field_content_float(f, "Y");
        DynamicFactions[i][fcZ]                 = cache_get_field_content_float(f, "Z");

        DynamicFactions[i][fApplication]        = cache_get_field_content_int(f, "Aplication");

Asta-i pentru versiunea veche folosita de către bigzone, etc.

 

btw, handle = variabila declarată de tine pentru mysql.

Folosesc R41-4

Link to comment
Share on other sites

1 hour ago, Yeed said:

Folosesc R41-4

ti-as recomanda sa folosesti

DynamicFactions[i][fID]                 = cache_get_value_name_int(f, "ID");

in loc de

DynamicFactions[i][fID]                 = cache_get_field_content_int(f, "ID");

si la fel si la fApplication = cache_get_value_name_int 

Am fost doxa in a chixuri, acum m-am domesticit, banii nu sunt o solutie sau o caracteristica pentru ceea ce suntem si vrem sa fim.????️‍♀️

Link to comment
Share on other sites

Just now, CheaTer said:

ti-as recomanda sa folosesti


DynamicFactions[i][fID]                 = cache_get_value_name_int(f, "ID");

in loc de


DynamicFactions[i][fID]                 = cache_get_field_content_int(f, "ID");

si la fel si la fApplication = cache_get_value_name_int 

Ok, mersi.

Link to comment
Share on other sites

Just now, Yeed said:

Ok, mersi.

IN loc de:

 cache_get_field_content(f, "Name", DynamicFactions[i][fName], handle, 130);

Pune

cache_get_value_name(f, "Name", DynamicFactions[fName]);    

Am fost doxa in a chixuri, acum m-am domesticit, banii nu sunt o solutie sau o caracteristica pentru ceea ce suntem si vrem sa fim.????️‍♀️

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...