Jump to content
  • 0

Problema salvare


Extremys

Question

Problema intalnita (descriere):Vreau sa fac sa imi salveze liderii si detaliile una sub alta, dar mie mil inlocuieste pe primul. Vreau sa se faca ca un fel de lista cu toti cei pe care iam pus lideri
Ero(area / rile) / warning-(ul / urile):-
Liniile de cod / sursa / script-ul(obligatoriu):

Quote

stock LeaderSave(playerid)
{
    new string[200], Day, Year, Month;
    new lista = fopen("Leader/Members.ini");
    getdate(Year, Month, Day);
    format(string, sizeof(string), "NAME:%s FACTIONID:%d Day:%d Month:%d Year:%d", GetName(playerid), PlayerInfo[playerid][pLeader], Day, Month, Year);
    fwrite(lista, string);
    printf("%s", string); //debugg
    fclose(lista);
    return 1;
}


Imagini / Video (optional):-
Ati incercat sa rezolvati singur?: Da am incercat sa pun dupa:

Quote

Year:%d\n........... dar degeaba

 

Edited by Extremys

giphy.gif

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Nu ai inteles ce vreau eu. Eu daca pun 2 liderii nu mi se salveaza amandoi mi se salveaza decat ultimu care l-am pus, adica il inlocuieste pe primu

Acum 1 oră, xpLode a spus:

format(string, sizeof(string), "NAME:%s\nFACTIONID:%d\nDay:%d\nMonth:%d\nYear:%d", GetName(playerid), PlayerInfo[playerid][pLeader], Day, Month, Year);

Incearca asa, pentru ca tu ai pus la sfarsit \n.

 

giphy.gif

Link to comment
Share on other sites

  • 0
19 hours ago, Extremys said:

Nu ai inteles ce vreau eu. Eu daca pun 2 liderii nu mi se salveaza amandoi mi se salveaza decat ultimu care l-am pus, adica il inlocuieste pe primu

 

NAME:%s

Asta e problema, %s il inlocuieste. Nu ma pricep la ini, eu doar ti-am spus unde ti-e problema.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • 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.