12.04.2015, 07:13
Hi,
I tried do this:
When i off server it don't my create 0.txt, 1.txt etc.. nothing. I have created Houses folder in scriptfiles.
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;
}

