helo i just want to ask how can i make a private shop only in Flaris, this is the code only in saintmorning.
Code:
#ifdef __NO_BOUTIQUE
switch( CContinent::GetInstance()->GetContinent( pUser ) )
{
[B][COLOR="Lime"] case TOWN_SAINCITY:
case CONT_SAINTMORNING:[/COLOR][/B]
break;
default:
pUser->AddText("Vous devez être à Saint City pour ouvrir une boutique !");
return;
break;
}
#endif //_NO_BOUTIQUE