12.09.2014, 20:15
hola tengo un problema me sale este error al agregar un class
Esto es lo que intento agregar:
Y esta es la linea de donde dice "value 1523"
Que estoy haciendo mal?
Код:
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.
Код:
case AVANCEDHERSHEL: { SetPlayerSkin(playerid,62); SetPlayerArmour(playerid,70.0); GivePlayerWeapon(playerid,25,250); }
Код:
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); }