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

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;
      }
    }
  }
ERRORS:

Код:
C:\Users\NASTIE\Desktop\LG RPG\gamemodes\gf.pwn(4483) : error 029: invalid expression, assumed zero
C:\Users\NASTIE\Desktop\LG RPG\gamemodes\gf.pwn(4483 -- 4484) : warning 215: expression has no effect
C:\Users\NASTIE\Desktop\LG RPG\gamemodes\gf.pwn(4484) : error 001: expected token: ";", but found "if"
C:\Users\NASTIE\Desktop\LG RPG\gamemodes\gf.pwn(4485) : error 029: invalid expression, assumed zero
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


3 Errors.
LINES

pawn Код:
if(RegistrationStep[playerid] > 0)
        }
      if(RegistrationStep[playerid] == 1)
        }
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: 2 Guest(s)