kalabasa Posted January 18, 2021 Posted January 18, 2021 how do i add more im using this on my custom bindcmd if(getmapflag(strcharinfo(3),mf_gvg )) { thanks! Quote
1 hikashin-rae Posted January 18, 2021 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
0 kalabasa Posted January 18, 2021 Author Posted January 18, 2021 lastly how to include also woe time? Quote
0 hikashin-rae Posted January 18, 2021 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
Question
kalabasa
how do i add more im using this on my custom bindcmd
if(getmapflag(strcharinfo(3),mf_gvg )) {
thanks!
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.