ongamemodeexit didn't do anything.
#1

Hi,

I tried do this:

Код:
public OnGameModeExit()
{
	new ryyy;
	new ttrtrtrt[ 50 ];
    for( ryyy = 0; ryyy < 5; ryyy ++ )
	{
	    format( ttrtrtrt, 49,"Houses/%d.txt", ryyy );

	    if( !dini_Exists( ttrtrtrt ) )
	    {
	    	dini_Create( ttrtrtrt );
	    }
	}
	return 1;
}
When i off server it don't my create 0.txt, 1.txt etc.. nothing. I have created Houses folder in scriptfiles.
Reply
#2

You close console from window or with exit writed in console?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)