error con "case" - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Español/Spanish (
https://sampforum.blast.hk/forumdisplay.php?fid=29)
+---- Thread: error con "case" (
/showthread.php?tid=536907)
error con "case" -
ProKiller1 - 12.09.2014
hola tengo un problema me sale este error al agregar un class
Код:
C:\Users\JulioCesar\Desktop\Server\SERVER SAMP\gamemodes\zGM.pwn(7384) : error 040: duplicate "case" label (value 1523)
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Esto es lo que intento agregar:
Код:
case AVANCEDHERSHEL:
{
SetPlayerSkin(playerid,62);
SetPlayerArmour(playerid,70.0);
GivePlayerWeapon(playerid,25,250);
}
Y esta es la linea de donde dice "value 1523"
Код:
case 2: if(pInfo[playerid][pCoins] >= 50) pInfo[playerid][pCoins] -= 50,pInfo[playerid][SkinChanges] -= 1,pInfo[playerid][pHumanClass] = 0,pInfo[playerid][pHumanClass] = HEAVYSHOTGUN,setClass(playerid); else { SendCoinError(playerid,50); }
Que estoy haciendo mal?
Re: error con "case" -
ProKiller1 - 12.09.2014
Yo no importa ya lo solucione xD no tenia definido el "case" de la class y la tenia en otro numero