LatSo Posted July 30, 2013 Group: Members Topic Count: 69 Topics Per Day: 0.02 Content Count: 296 Reputation: 2 Joined: 04/11/13 Last Seen: December 22, 2020 Share Posted July 30, 2013 how to disable @command or @storage in a specific map? Quote Link to comment Share on other sites More sharing options...
Mootie Posted July 30, 2013 Group: Members Topic Count: 43 Topics Per Day: 0.01 Content Count: 815 Reputation: 86 Joined: 10/26/12 Last Seen: June 10, 2022 Share Posted July 30, 2013 - script Sample#1 -1,{ OnInit: bindatcmd "storage",strnpcinfo(0)+"::OnAtcommand"; end; OnAtcommand: if( strcharinfo(3) != "YOUR MAP" ){ openstorage; } end; } Quote Link to comment Share on other sites More sharing options...
Zeiyan Posted July 30, 2013 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 275 Reputation: 23 Joined: 01/06/13 Last Seen: September 1, 2024 Share Posted July 30, 2013 search for the mapflag for nostorage or nocommand it's somewhere in source release i think Quote Link to comment Share on other sites More sharing options...
LatSo Posted July 30, 2013 Group: Members Topic Count: 69 Topics Per Day: 0.02 Content Count: 296 Reputation: 2 Joined: 04/11/13 Last Seen: December 22, 2020 Author Share Posted July 30, 2013 - script Sample#1 -1,{ OnInit: bindatcmd "storage",strnpcinfo(0)+"::OnAtcommand"; end; OnAtcommand: if( strcharinfo(3) != "YOUR MAP" ){ openstorage; } end; } tnx for this Quote Link to comment Share on other sites More sharing options...
Question
LatSo
how to disable @command or @storage in a specific map?
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.