[Tutorial] Completo usando DFile
#11

Muito bom o tutorial. Mas tem uma coisinha errada:
Quote:

► dfile_ReadInt(Tag);
► dfile_ReadBool(Tag);
► dfile_ReadFloat(Tag);
► dfile_ReadString(Tag);
Quote:

new varInt, Float:varFloat, bool:varBool, varString[128];
if(dfile_FileExists("Progressгo.ini"))//Verifica se existeo arquivo
{
dfile_Open("Progressгo.ini"); //Caso exista serб aberto
varInt = dfile_WriteInt("NumeroInteiro"); //O numero inteiro nesta tag serб escrito na varInt
varBool = dfile_WriteBool("VerdadeiroOuFalso"); //O valor bool que estiver nesta tag serб escrito na varBool
varFloat = dfile_WriteFloat("NumeroFracionado"); //O numero frбcionado que estiver nesta tag serб escrito na varFloat
varString = dfile_WriteString("TextoQualquer"); //O texto que estiver nesta tag serб escrito na variбvel varString
dfile_CloseFile(); //Fecharб o arquivo sem salvar pois vocк apenas fez leituras e nгo alterou nada
}

Eu consegui entender mesmo assim. Thx.
Reply


Messages In This Thread
Completo usando DFile - by Josma_cmd - 19.08.2011, 20:08
Re: Completo usando DFile - by RebeloX - 19.08.2011, 20:10
Re: Completo usando DFile - by MiTToS - 19.08.2011, 20:17
Re: Completo usando DFile - by Josma_cmd - 19.08.2011, 20:19
Re: Completo usando DFile - by BrunoBSF - 19.08.2011, 20:21
Re: Completo usando DFile - by iPauliinLegendary - 19.08.2011, 22:27
Re: Completo usando DFile - by Y_Baby - 19.08.2011, 22:37
Re: Completo usando DFile - by Izaac Abreu - 19.08.2011, 22:42
Re: Completo usando DFile - by Macintosh - 19.08.2011, 22:45
Re: Completo usando DFile - by Josma_cmd - 19.08.2011, 23:18
Re: Completo usando DFile - by Cassiano - 27.08.2011, 07:43
Re: Completo usando DFile - by Juninho_Oakley - 27.08.2011, 20:17
Re: Completo usando DFile - by Josma_cmd - 29.08.2011, 17:56

Forum Jump:


Users browsing this thread: 3 Guest(s)