Jump to content
  • 0

Problema muzica in casa


official

Question

Problema intalnita (descriere): As dori ca cineva sa poata pune muzica in casa doar daca cumpara un upgrade la casa si acela sa coste o anumita suma de puncte premium.
Ero(area / rile) / warning-(ul / urile): Nu am erroari
Liniile de cod / sursa / script-ul(obligatoriu):

CMD:hmusic(playerid, params[])
{
   new house = playerVariables[playerid][pHouseKey];
   if(getPlayerHouseID(playerid) >= 1)
   {
      if(InHouse[playerid] == getPlayerHouseID(playerid))
      {
         ShowPlayerDialog(playerid, DIALOG_HMUSIC, DIALOG_STYLE_LIST, "Server: House Music", "Turn OFFnPro FMnRadio BanditnRadio TarafnRadio ZU[Audio Plugin]nKiss FM[Audio Plugin]nRadio Hot StylenRadio Gangsta DancenRadio Romanian Hip-HopnRadio Romanian ManelenRadio Romanian PopularnRadio GMusic RocknRadio MafianRadio Greu de DifuzatnCustom URL", "Select", "Cancel");
      }
   }
   else if(house >= 1)
   {
      if(InHouse[playerid] == house)
      {
         ShowPlayerDialog(playerid, DIALOG_HMUSIC, DIALOG_STYLE_LIST, "Server: House Music", "Turn OFFnPro FMnRadio BanditnRadio TarafnRadio ZU[Audio Plugin]nKiss FM[Audio Plugin]nRadio Hot StylenRadio Gangsta DancenRadio Romanian Hip-HopnRadio Romanian ManelenRadio Romanian PopularnRadio GMusic RocknRadio MafianRadio Greu de DifuzatnCustom URL", "Select", "Cancel");
      }
   }
   else return SCM(playerid, COLOR_WHITE, "You don't own a house.");
   return 1;
}
Imagini / Video (optional):
Ati incercat sa rezolvati singur?: da, ddar fara efect
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.