11.04.2015, 14:38
Код:
\GAMEMODE.pwn(679) : error 040: duplicate "case" label (value 0) Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.
Код:
public OnCheckpointEnter(playerid, checkpointid) { switch(checkpointid) { case Checkpoint 1: { } case ElCorona: <<< This is the line of problem { } } return 1; }