Jump to content
  • 0

Error double mac


Worst

Question


  • Group:  Members
  • Topic Count:  32
  • Topics Per Day:  0.01
  • Content Count:  57
  • Reputation:   1
  • Joined:  12/07/13
  • Last Seen:  

what is wrong?

// DUAL REDE
 
-	script	dual_mac	-1,{
 
OnPCLoadMapEvent:

	getmapxy .@map$, .@x, .@y, 0;
	if ( .@map$=="schg_cas06" || .@map$=="schg_cas07" || .@map$=="schg_cas08" || .@map$=="arug_cas06" || .@map$=="arug_cas07" || .@map$=="arug_cas08" || .@map$=="rush_cas01" || .@map$=="rush_cas02" || .@map$=="rush_cas03" || .@map$=="rush_cas04" ) {
	if(harm_map_multicount("rush_cas01")>1 || harm_map_multicount("rush_cas02")>1 || harm_map_multicount("rush_cas03")>1 || harm_map_multicount("rush_cas04")>1 || harm_map_multicount("schg_cas06")>1 || harm_map_multicount("schg_cas07")>1 || harm_map_multicount("schg_cas08")>1 || harm_map_multicount("arug_cas06")>1 || harm_map_multicount("arug_cas07")>1 || harm_map_multicount("arug_cas08")>1 ) { 
	dispbottom "[^FFA500Mac Security^000000]";
	dispbottom "Double Login is forbidden in Battlegrounds Maps";
	bg_leave;
	warp "SavePoint",0,0;
	end;
	}
end;
}

 
[Error]: Missing 1 right curlys at file 'npc/battleground/blockmac.txt', line '17'.
Edited by Worst
Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  298
  • Reputation:   47
  • Joined:  03/30/13
  • Last Seen:  

try

 

end;
}

} < add this

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  34
  • Reputation:   1
  • Joined:  07/04/13
  • Last Seen:  

Posted (edited) · Hidden by Capuche, May 11, 2014 - No reason given
Hidden by Capuche, May 11, 2014 - No reason given

 

Edited by Radzmik
Link to comment

  • Group:  Members
  • Topic Count:  32
  • Topics Per Day:  0.01
  • Content Count:  57
  • Reputation:   1
  • Joined:  12/07/13
  • Last Seen:  

// DUAL REDE
 
-	script	dual_mac	-1,{
 
OnPCLoadMapEvent:

	getmapxy .@map$, .@x, .@y, 0;
	if ( .@map$=="schg_cas06" || .@map$=="schg_cas07" || .@map$=="schg_cas08" || .@map$=="arug_cas06" || .@map$=="arug_cas07" || .@map$=="arug_cas08" || .@map$=="rush_cas01" || .@map$=="rush_cas02" || .@map$=="rush_cas03" || .@map$=="rush_cas04" ) {
	if(harm_map_multicount("rush_cas01")>1 || harm_map_multicount("rush_cas02")>1 || harm_map_multicount("rush_cas03")>1 || harm_map_multicount("rush_cas04")>1 || harm_map_multicount("schg_cas06")>1 || harm_map_multicount("schg_cas07")>1 || harm_map_multicount("schg_cas08")>1 || harm_map_multicount("arug_cas06")>1 || harm_map_multicount("arug_cas07")>1 || harm_map_multicount("arug_cas08")>1 ) { 
	dispbottom "[^FFA500Mac Security^000000]";
	dispbottom "Double Login is forbidden in Battlegrounds Maps";
	bg_leave;
	warp "SavePoint",0,0;
	end;
	}
}

Error:

 
[Error]: Missing 1 right curlys at file 'npc/battleground/blockmac.txt', line '16'.
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...