08.04.2011, 11:41
Well the size is not a problem for the server I host it on, But everytime I have to restart the server and upload my .amx it takes 2 minutes or something.
Also this is not a problem when I only have to upload it once in a week or something. But I'm in de middle of the delevelopment and it's very annoying to wait 2 minutes before I can test small changes.
And well it's a hotel system that sometimes have 20 floors.
Every floor has 6 rooms.
I count it like:
floor = 1
room = 3
room id = 13
floor = 20
room = 6
room id = 206
And because it is dynamic and there are more hotels I have to use maxpickups, because i store hotel,house,building data on the pickup ID.
It's working perfect, but I gues this is getting a little huge if I only have to load 10-20 hotels or less.
But I gues I have to find another way to track room owners, or just have to wait 2 minutes each upload
But thanks for your respond.
Also this is not a problem when I only have to upload it once in a week or something. But I'm in de middle of the delevelopment and it's very annoying to wait 2 minutes before I can test small changes.
And well it's a hotel system that sometimes have 20 floors.
Every floor has 6 rooms.
I count it like:
floor = 1
room = 3
room id = 13
floor = 20
room = 6
room id = 206
And because it is dynamic and there are more hotels I have to use maxpickups, because i store hotel,house,building data on the pickup ID.
It's working perfect, but I gues this is getting a little huge if I only have to load 10-20 hotels or less.
But I gues I have to find another way to track room owners, or just have to wait 2 minutes each upload
But thanks for your respond.