EL Dragon Posted July 2, 2014 Posted July 2, 2014 setarray .Map$[0],"n_pvp","ufc_pvp2","ufc_pvp3","aldeg_cas01","aldeg_cas02","aldeg_cas03","aldeg_cas04","aldeg_cas05","gefg_cas01","gefg_cas02","gefg_cas03","gefg_cas04","gefg_cas05","payg_cas01","payg_cas02","payg_cas03","payg_cas04","payg_cas05","prtg_cas01","prtg_cas02","prtg_cas03","prtg_cas04","prtg_cas05"; if(strcharinfo(3) == .Map$[0] || strcharinfo(3) == .Map$[1]){ message strcharinfo(0),"This Command goes here not !"; the map does not go coint , it only go n_pvp , ufc_pvp2 , ufc_pvp3 the Guild maps re not going please help me Quote
Capuche Posted July 2, 2014 Posted July 2, 2014 setarray .Map$[0],"n_pvp","ufc_pvp2","ufc_pvp3","aldeg_cas01","aldeg_cas02","aldeg_cas03","aldeg_cas04","aldeg_cas05","gefg_cas01","gefg_cas02","gefg_cas03","gefg_cas04","gefg_cas05","payg_cas01","payg_cas02","payg_cas03","payg_cas04","payg_cas05","prtg_cas01","prtg_cas02","prtg_cas03","prtg_cas04","prtg_cas05"; .@concat$ = implode( .Map$, "|" ); if( compare( .@concat$, strcharinfo(3) ) == 0 ){ message strcharinfo(0),"This Command goes here not !"; Quote
EL Dragon Posted July 2, 2014 Author Posted July 2, 2014 (edited) does not go Edited July 3, 2014 by EL Dragon Quote
Capuche Posted July 2, 2014 Posted July 2, 2014 OnInit: bindatcmd "sleep",strnpcinfo(3)+"::OnSLEEP", 1,100; end;// <-- add this Quote
EL Dragon Posted July 2, 2014 Author Posted July 2, 2014 still does not work , map server shows 0 error -.- Quote
Capuche Posted July 2, 2014 Posted July 2, 2014 wut? this script is working from my test.. I have none issue Quote
EL Dragon Posted July 2, 2014 Author Posted July 2, 2014 the command now only goes on the setarray .Map's but it should not go to the maps .... Quote
Capuche Posted July 2, 2014 Posted July 2, 2014 alright then replace 0 by 1 in if( compare( .@concat$, strcharinfo(3) ) == 0 ){ 1 Quote
Question
EL Dragon
the map does not go coint , it only go n_pvp , ufc_pvp2 , ufc_pvp3 the Guild maps re not going
please help me
8 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.