Data Extraction ?
#1

Hello, I want to take the player's money but it doesn't work. What is the problem ?

Код:
ReadConf()
{
new string[1000], aa, File:filex = fopen("SFCRRPG/DAS.dudb.sav", io_read);
while(fread(filex, string))
{
if(!strcmp(string,"Bankcash "))
{
aa = strval(string);
printf("Bank Cash: %d",aa);
break;
}
}
fclose(filex);
return 1;
}
The cmd screen shows no data.
Reply


Messages In This Thread
Data Extraction ? - by sampkinq - 19.05.2016, 16:29
Re: Data Extraction ? - by Stinged - 19.05.2016, 17:31
Re: Data Extraction ? - by sampkinq - 19.05.2016, 18:04

Forum Jump:


Users browsing this thread: 1 Guest(s)