Skip to content

Commit

Permalink
hotfix2
Browse files Browse the repository at this point in the history
  • Loading branch information
ziggi committed Jan 18, 2016
1 parent 4fc1b07 commit d9b1a72
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ IsVehicleUpgradeCompatible(model, componentid);
# Constants

```Pawn
ZVEH_ZVEH_INVALID_COMPONENT_ID (255)
ZVEH_MAX_COMPONENTS (41)
ZVEH_MAX_COMPONENT_NAME (64)
ZVEH_MAX_COMPONENT_TYPES (14)
ZVEH_MAX_COMPONENT_TYPE_NAME (16)
ZVEH_INVALID_COMPONENT_ID (255)
ZVEH_MAX_COMPONENTS (41)
ZVEH_MAX_COMPONENT_NAME (64)
ZVEH_MAX_COMPONENT_TYPES (14)
ZVEH_MAX_COMPONENT_TYPE_NAME (16)
```

0 comments on commit d9b1a72

Please sign in to comment.