Population and many small classes done, mouse AUX buttons, Frontend, Hud, fixes

This commit is contained in:
eray orçunus
2020-09-29 22:53:12 +03:00
parent 1fa852f118
commit f71953077d
35 changed files with 1428 additions and 1134 deletions

View File

@ -11,6 +11,8 @@
#include "PCSave.h"
#include "Text.h"
// --MIAMI: file done
const char* _psGetUserFilesFolder();
C_PcSave PcSaveHelper;
@ -18,7 +20,7 @@ C_PcSave PcSaveHelper;
void
C_PcSave::SetSaveDirectory(const char *path)
{
sprintf(DefaultPCSaveFileName, "%s\\%s", path, "GTA3sf");
sprintf(DefaultPCSaveFileName, "%s\\%s", path, "GTAVCsf");
}
bool