what is wrong here?
#1

Код:
{
   if(dialogid == 2)
   {
      if(response)
      {
         switch(listitem)
         {
         case 0:
         {
            //Selected Item: "Las Venturas"
            SetPlayerCheckpoint(1981.7261,-2451.8857,13.5469);
            }
         case 1:
         {
            //Selected Item: "Los Santos"
            SetPlayerCheckpoint(playerid,1981.7261,-2451.8857,13.5469);
   			}
         case 2:
         {
            //Selected Item: "San Fierro"
            SetPlayerCheckpoint(playerid,-1263.8750,25.1669,14.1484);
           }
return 1;
Код:
C:\Users\Jot\Documents\SAMP\gamemodes\lvdm.pwn(964) : warning 225: unreachable code
C:\Users\Jot\Documents\SAMP\gamemodes\lvdm.pwn(974) : warning 213: tag mismatch
C:\Users\Jot\Documents\SAMP\gamemodes\lvdm.pwn(974) : warning 202: number of arguments does not match definition
C:\Users\Jot\Documents\SAMP\gamemodes\lvdm.pwn(974) : warning 202: number of arguments does not match definition
C:\Users\Jot\Documents\SAMP\gamemodes\lvdm.pwn(979) : warning 202: number of arguments does not match definition
C:\Users\Jot\Documents\SAMP\gamemodes\lvdm.pwn(984) : warning 202: number of arguments does not match definition
C:\Users\Jot\Documents\SAMP\gamemodes\lvdm.pwn(999) : error 030: compound statement not closed at the end of file (started at line 967)
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Reply


Messages In This Thread
what is wrong here? - by jot16 - 31.10.2011, 04:22
Re: what is wrong here? - by Stigg - 31.10.2011, 04:26
Re: what is wrong here? - by Babul - 31.10.2011, 04:27
Re: what is wrong here? - by jot16 - 31.10.2011, 04:28
Re: what is wrong here? - by Yamoo - 31.10.2011, 04:28
Re: what is wrong here? - by jot16 - 31.10.2011, 04:31
Re: what is wrong here? - by jot16 - 31.10.2011, 04:34
Re: what is wrong here? - by jot16 - 01.11.2011, 23:02
Re: what is wrong here? - by SuperViper - 01.11.2011, 23:26

Forum Jump:


Users browsing this thread: 1 Guest(s)