Van a gamemodomban egy ilyen rész:
[pawn]// Define housing parameters
#define MAX_HOUSES 2000 // Defines the maximum number of houses that can be created
#define MAX_HOUSESPERPLAYER 2 // Defines the maximum number of houses that any player can own
#define HouseUpgradePercent 100 // Defines the percentage for upgrading a house (house of 10m can be upgraded for 5m when set to 50)
#define ParkRange 150.0 // Defines the range for parking the vehicle around the house (default = 150m)[/pawn]
Na most ha átírom a max house playernél a 2-est többre akkor több házat lehet venni?