Jump to content
  • 0

Question

Posted (edited)

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

3 answers to this question

Recommended Posts

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

 

Edited by Radzmik
Posted
// 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'.

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...