Game ID's and Identifiers
Summary
Each game is identified by a small string containing the series and game abbreviation. This is used in the server configuration
The listed ID is an integer, used in both gta.game for client resource scripts, and server.game for server resource scripts.
Settings
Game Name | String Identifier | Game ID | Scripting Define |
---|---|---|---|
GTA III | gta:iii | 1 | GAME_GTA_III |
GTA Vice City | gta:vc | 2 | GAME_GTA_VC |
GTA San Andreas | gta:sa | 3 | GAME_GTA_SA |
GTA IV | gta:iv | 5 | GAME_GTA_IV |