Player storage update.

Player storage update.  Full compile.
This commit is contained in:
Jaysyn904
2023-02-24 17:52:58 -05:00
parent b04222d817
commit 9f96fd656d
1141 changed files with 8 additions and 69 deletions

View File

@@ -43,7 +43,7 @@ void PC_CreateNUIGoldWindow(object oPlayer);
string PC_GetDatabaseName(object oPlayer)
{
return "PC_" + GetPCPublicCDKey(oPlayer, TRUE);
return "PC_" + GetObjectUUID(oPlayer) + GetPCPublicCDKey(oPlayer, TRUE);
}
string PC_GetTableName(object oPlayer)