Noob Problem [HELP!]
#1

Код:
\GAMEMODE.pwn(679) : error 040: duplicate "case" label (value 0)
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
I got this error while trying to compile the script. Pls solve this!

Код:
public OnCheckpointEnter(playerid, checkpointid)
{
	switch(checkpointid)

	{
		case Checkpoint 1:

		{
			
		}
		
		case ElCorona:  <<< This is the line of problem

		{
			
		}

	}
	return 1;
}
Reply


Messages In This Thread
Noob Problem [HELP!] - by Chausar - 11.04.2015, 14:38
Re: Noob Problem [HELP!] - by Konstantinos - 11.04.2015, 14:42
Error 040 duplicate case value 0 problem - by Chausar - 12.04.2015, 07:26
Re: Noob Problem [HELP!] - by JaydenJason - 12.04.2015, 07:35
Re: Noob Problem [HELP!] - by Chausar - 12.04.2015, 07:49

Forum Jump:


Users browsing this thread: 1 Guest(s)