GCMod

Database

Schema and persistence behavior for gcm_pedSystem.


Table

gcm_peds

  • Stores per-player PED collection as JSON.
  • Primary key: indentificador (license identifier string).
  • Relevant columns:
    • indentificador
    • name
    • peds (JSON array with ped, nombre, agregarMenu, forzarSpawn)

Notes

  • Column name is intentionally indentificador in SQL and code; changing it requires code migration.