kalabasa Posted January 18, 2021 Share Posted January 18, 2021 how do i add more im using this on my custom bindcmd if(getmapflag(strcharinfo(3),mf_gvg )) { thanks! Quote Link to comment Share on other sites More sharing options...
1 Cookie-rae Posted January 18, 2021 Share Posted January 18, 2021 2 hours ago, kalabasa said: if(getmapflag(strcharinfo(3),mf_gvg )) { You could use && or || Example if(getmapflag(strcharinfo(3),mf_gvg ) && getmapflag(strcharinfo(3),mf_pvp)) { TODO!:do. } 1 Quote Link to comment Share on other sites More sharing options...
0 kalabasa Posted January 18, 2021 Author Share Posted January 18, 2021 lastly how to include also woe time? Quote Link to comment Share on other sites More sharing options...
0 Cookie-rae Posted January 18, 2021 Share Posted January 18, 2021 7 minutes ago, kalabasa said: lastly how to include also woe time? If do you mean woe mapsmf_gvg_castle Quote Link to comment Share on other sites More sharing options...
how do i add more im using this on my custom bindcmd
if(getmapflag(strcharinfo(3),mf_gvg )) {
thanks!
Link to comment
Share on other sites