>>>....[ PROBLEMS WHIT FEW ERRORS ]...<<<
#2

pawn Код:
if(dialogid == 3 && response) // MUSKO ILI ZENSKO
  {

    switch(listitem)
    {
      case 0:
      {
      if(RegistrationStep[playerid] > 0)
        {
      if(RegistrationStep[playerid] == 1)
        {
      PlayerInfo[playerid][pSex] = 1;
      SendClientMessage(playerid, COLOR_YELLOW2, "Znaci musko si, sada nam reci koliko imas godina...");
      ShowPlayerDialog(playerid,4,DIALOG_STYLE_LIST,"Koliko imate godina","14\n15\n16\n17\n18\n19\n20\n21\n22\n23\nVISE","Odaberi","");
          RegistrationStep[playerid] = 2;
      }
      }
      case 1:
      {
      PlayerInfo[playerid][pSex] = 2;
      SendClientMessage(playerid, COLOR_YELLOW2, "Znaci zensko si, sada nam reci koliko imas godina...");
      ShowPlayerDialog(playerid,4,DIALOG_STYLE_LIST,"Koliko imate godina","14\n15\n16\n17\n18\n19\n20\n21\n22\n23\nVISE","Odaberi","");
          RegistrationStep[playerid] = 2;
      }
    }
  }
You have probably put wrong brackets?
Reply


Messages In This Thread
>>>....[ PROBLEMS WHIT FEW ERRORS ]...<<< - by DarkPower - 25.04.2010, 14:57
Re: >>>....[ PROBLEMS WHIT FEW ERRORS ]...<<< - by ¤Adas¤ - 25.04.2010, 15:02
Re: >>>....[ PROBLEMS WHIT FEW ERRORS ]...<<< - by DarkPower - 25.04.2010, 15:03

Forum Jump:


Users browsing this thread: 1 Guest(s)