14.06.2014, 02:24
I already have the checkfiles, what should I include in OnGameModeInit too?
Oh and sorry, I should delete? I please help me, I'll give reputation
Code:
stock CheckFiles()
{
if(!dini_Exists("garages.cfg")) dini_Create("garages.cfg");
return 1;
}

