Jump to content
  • 0

Problema


Jomes.

Question

Problemă întâlnită (descriere): Vreau sa trec de pe .ini pe mysql si nu reusesc.
Ero(area / rile) / warning-(ul / urile): -
Liniile de cod / sursa / script-ul:

[pawn]stock GetPlayerRecord()

{
new File:file = fopen("record.txt");
new string[8];
fread(file, string);   
fclose(file);   
return strval(string);  
}
stock UpdatePlayerRecord()
{    
new onlines = GetOnlinePlayersbar();
if (onlines <= GetPlayerRecord()) return;
new File:file = fopen("record.txt");
new string[8];
UpdateRecordDate();
format(string, 8, "%d", onlines);
fwrite(file, string);
fclose(file);
}[/pawn]

Imagini / Video (optional): -
Aţi încercat să rezolvaţi singur?: Da

Edited by Vanilla
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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.