06.08.2012, 12:04
HELP, PLEASE. I got just one error:
IC_war.pwn(2102) : error 040: duplicate "case" label (value 7)
There is that case(it is bolded):
IC_war.pwn(2102) : error 040: duplicate "case" label (value 7)
There is that case(it is bolded):
Quote:
case 7: {//Turn Off format(string,sizeof(string),"Admin %s je ugasio server.",GetName(playerid)); SCMToAll(-1,string); SendRconCommand("exit"); } } } case RCON_DIALOG+1: { new string[32]; format(string, 16, "hostname %s",inputtext); SendRconCommand(string); } |