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


Messages In This Thread
ongamemodeexit didn't do anything. - by Banditukas - 12.04.2015, 07:13
Re: ongamemodeexit didn't do anything. - by RoW001 - 12.04.2015, 07:26

Forum Jump:


Users browsing this thread: 1 Guest(s)