01.01.2011, 19:10
pawn Код:
if( fexist( file ) )
{
new File: o = fopen( file, io_write );
fclose( o );
INI_Open( file );
INI_SetString("Name",Name);
INI_SetString("Ip",Ip);
INI_SetInt("Registered",0);
INI_SetInt("Password",0);
INI_SetInt("Level",0);
INI_SetInt("Wired",0);
INI_SetInt("Jailed",0);
INI_SetInt("Money",0);
INI_SetInt("Score",0);
INIi_SetInt(,"Gov",0);
INI_Save( );
INI_Close( );