26.07.2015, 15:26
Hey, I am getting this error
My script
Any idea on how to fix it?
Код:
error 040: duplicate "case" label (value 20016)
Код:
case DIALOG_AMMU: { switch(listitem) { case 0: { GivePlayerWeapon(playerid, 25, 99999); // Shotgun } case 1: { GivePlayerWeapon(playerid, 26, 99999); // Sawn-Off } case 2: { GivePlayerWeapon(playerid, 27, 99999); // Combat Shotgun } } }