Dankoo
Active Member
- Joined
- Sep 4, 2010
- Messages
- 1,007
- Reaction score
- 27
Hello
I'm trying to add new cities to Modern AAC site, in config.php I found these options:
Thing is, I want to list all cities, so the house system works, etc, but:
I want VIP players to be able to choose different cities
I want to register all cities, but don't want to give the player the option of spawning in all of them, just a few
If someone could help me I would be really grateful, I'm not the "download-and-run" kind, but I'm not really good with websites
Thanks a lot
eace:
I'm trying to add new cities to Modern AAC site, in config.php I found these options:
PHP:
/*List of cities, declare by using city ID and name eg. 2=>"Eternia City" etc.*/
$config['cities'] = array(1=>'Carlin');
Thing is, I want to list all cities, so the house system works, etc, but:
I want VIP players to be able to choose different cities
I want to register all cities, but don't want to give the player the option of spawning in all of them, just a few
If someone could help me I would be really grateful, I'm not the "download-and-run" kind, but I'm not really good with websites
Thanks a lot