LatSo Posted July 30, 2013 Posted July 30, 2013 how to disable @command or @storage in a specific map? Quote
Zeiyan Posted July 30, 2013 Posted July 30, 2013 search for the mapflag for nostorage or nocommand it's somewhere in source release i think Quote
Mootie Posted July 30, 2013 Posted July 30, 2013 - script Sample#1 -1,{ OnInit: bindatcmd "storage",strnpcinfo(0)+"::OnAtcommand"; end; OnAtcommand: if( strcharinfo(3) != "YOUR MAP" ){ openstorage; } end; } Quote
LatSo Posted July 30, 2013 Author 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
Question
LatSo
how to disable @command or @storage in a specific map?
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.