kalabasa Posted January 18, 2021 Group: Members Topic Count: 123 Topics Per Day: 0.05 Content Count: 478 Reputation: 14 Joined: 11/30/17 Last Seen: January 23 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 hikashin-rae Posted January 18, 2021 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 213 Reputation: 24 Joined: 01/14/13 Last Seen: 10 hours ago 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 Group: Members Topic Count: 123 Topics Per Day: 0.05 Content Count: 478 Reputation: 14 Joined: 11/30/17 Last Seen: January 23 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 hikashin-rae Posted January 18, 2021 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 213 Reputation: 24 Joined: 01/14/13 Last Seen: 10 hours ago 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...
Question
kalabasa
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
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.