Worst Posted May 11, 2014 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 57 Reputation: 1 Joined: 12/07/13 Last Seen: December 15, 2024 Share Posted May 11, 2014 (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 May 11, 2014 by Worst Quote Link to comment Share on other sites More sharing options...
Vy Low Posted May 11, 2014 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 321 Reputation: 54 Joined: 03/30/13 Last Seen: Yesterday at 11:47 AM Share Posted May 11, 2014 try end;} } < add this Quote Link to comment Share on other sites More sharing options...
Radzmik Posted May 11, 2014 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 34 Reputation: 1 Joined: 07/04/13 Last Seen: August 21, 2015 Share Posted May 11, 2014 (edited) · Hidden by Capuche, May 11, 2014 - No reason given Hidden by Capuche, May 11, 2014 - No reason given Edited May 11, 2014 by Radzmik Link to comment
Worst Posted May 13, 2014 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 57 Reputation: 1 Joined: 12/07/13 Last Seen: December 15, 2024 Author Share Posted May 13, 2014 // 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'. Quote Link to comment Share on other sites More sharing options...
Question
Worst
what is wrong?
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.