DOF2_FileExists
DOF2_SetInt
DOF2_SetString
DOF2_GetInt
DOF2_GetString
DOF2_CreateFile
DOF2_RemoveFile
#if defined DINI_CONVERT
#define dini_Exists DOF2_FileExists
#define dini_Remove DOF2_RemoveFile
#define dini_Create DOF2_CreateFile
#define dini_Set DOF2_SetString
#define dini_Get DOF2_GetString
#define dini_IntSet DOF2_SetInt
#define dini_Int DOF2_GetInt
#define dini_BoolSet DOF2_SetBool
#define dini_Bool DOF2_GetBool
#define dini_FloatSet DOF2_SetFloat
#define dini_Float DOF2_GetFloat
#define dini_Unset DOF2_Unset
#define dini_Isset DOF2_IsSet
#if !defined _dini_included
#define _dini_included
#endif
|
Assim e mais facil pra entender !!
Que e so pra substituirno GM ! pawn Код:
|
|
poderia me passar a mesma coisa so q ai inves de DOF2 Bini(ultima versao)
|
/////////////////////////////////////////////////////////////////////////////////
// Funзхes Atuais:
// CallBack INI_WriteString("arquivo", "key", "valor")
// CallBack INI_WriteFloat("arquivo"",key", valor)
// CallBack INI_WriteInt("arquivo","key", valor)
// CallBack INI_WriteBool("arquivo","key", bool:valor)
// CallBack INI_ReadString("arquivo", "key")
// CallBack INI_ReadInt("arquivo", "key")
// CallBack INI_ReadFloat("arquivo","key")
// CallBack INI_ReadBool("arquivo","key")
// CallBack INI_Create("arquivo")
// CallBack INI_Delete("arquivo")
// CallBack INI_Open("arquivo")
// CallBack INI_Isset("arquivo","tag")
// CallBack INI_Print()