Hello,
when i use the case('1'): till case('9'): it works fine to compile but when i use case('8'): till case('12'): he says me en error :
Code:
/groups/amxmodx/tmp3/text43obsz.sma(940) : warning 213: tag mismatch
/groups/amxmodx/tmp3/text43obsz.sma(1743) : error 027: invalid character constant
/groups/amxmodx/tmp3/text43obsz.sma(1743) : warning 215: expression has no effect
/groups/amxmodx/tmp3/text43obsz.sma(1743) : error 001: expected token: ";", but found ":"
/groups/amxmodx/tmp3/text43obsz.sma(1748) : error 014: invalid statement; not in switch
/groups/amxmodx/tmp3/text43obsz.sma(1748) : error 027: invalid character constant
/groups/amxmodx/tmp3/text43obsz.sma(1748) : warning 215: expression has no effect
/groups/amxmodx/tmp3/text43obsz.sma(1748) : error 001: expected token: ";", but found ":"
BUT THIS ERROR IS ONLY WHEN I USE case('8'): till case('12'): why?
How i can fix it?
Thanks a lot !!!
__________________