SA-MP Forums Archive
[Ajuda] SII para DOF2 - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] SII para DOF2 (/showthread.php?tid=507289)



SII para DOF2 - TheLove - 16.04.2014

CONVERTER SII PARA DOF2
Код:
INI_Open
INI_ReadString
INI_WriteString
INI_Save
INI_Close
INI_WriteInt
INI_Remove
INI_ReadInt
INI_WriteFloat
INI_ReadFloat



Re: SII para DOF2 - Krisky_ - 17.04.2014

pawn Код:
DOF2_Exit();
DOF2_SaveFile();
DOF2_GetInt(file[],key[],tag[]="");
DOF2_SetInt(file[],key[],value,tag[]="");
DOF2_FileExists(file[]);
DOF2_CreateFile(file[],password[]="");