neokatsuya Posted August 5, 2017 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 4 Reputation: 0 Joined: 10/01/16 Last Seen: Tuesday at 05:25 PM Share Posted August 5, 2017 (edited) - can anyone help me about this? i try used maplag below : izlude mapflag nocommand 80 - But the problem is, player do @autoloot before going to that map. is there any ways to force disable autoloot command upon entering izlude map? Edited August 5, 2017 by neokatsuya Quote Link to comment Share on other sites More sharing options...
1 sader1992 Posted August 5, 2017 Group: Content Moderator Topic Count: 55 Topics Per Day: 0.01 Content Count: 1691 Reputation: 716 Joined: 12/21/14 Last Seen: 14 hours ago Share Posted August 5, 2017 - script autoloot_checker -1,{ OnPCLoadMapEvent: getmapxy .@ma$,.@ax,.@ay,0; if(.@ma$ == "payon") { atcommand "@autoloot 0"; } end; } payon mapflag loadevent 2 Quote Link to comment Share on other sites More sharing options...
0 neokatsuya Posted August 19, 2017 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 4 Reputation: 0 Joined: 10/01/16 Last Seen: Tuesday at 05:25 PM Author Share Posted August 19, 2017 thank you soo much sader1992!! :3 Quote Link to comment Share on other sites More sharing options...
0 Sallycantdance Posted January 7, 2024 Group: Members Topic Count: 225 Topics Per Day: 0.14 Content Count: 798 Reputation: 12 Joined: 12/04/20 Last Seen: 8 hours ago Share Posted January 7, 2024 On 8/5/2017 at 10:31 PM, sader1992 said: - script autoloot_checker -1,{ OnPCLoadMapEvent: getmapxy .@ma$,.@ax,.@ay,0; if(.@ma$ == "payon") { atcommand "@autoloot 0"; } end; } payon mapflag loadevent hello regarding this script after the player enter the map the autoloot is disabled but if they type @autoloot again inside the map it still working wondering how to fixed that Quote Link to comment Share on other sites More sharing options...
0 Winterfox Posted January 7, 2024 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 245 Reputation: 93 Joined: 06/30/18 Last Seen: November 27, 2024 Share Posted January 7, 2024 You can use the nocommand mapflag, to disable the usage of atcommands on the map to prevent the usage of autoloot. izlude mapflag nocommand 80 1 Quote Link to comment Share on other sites More sharing options...
0 Sallycantdance Posted January 7, 2024 Group: Members Topic Count: 225 Topics Per Day: 0.14 Content Count: 798 Reputation: 12 Joined: 12/04/20 Last Seen: 8 hours ago Share Posted January 7, 2024 1 hour ago, Winterfox said: You can use the nocommand mapflag, to disable the usage of atcommands on the map to prevent the usage of autoloot. izlude mapflag nocommand 80 omg ty i dont know thats theres a nocommand mapflag thanks alot Quote Link to comment Share on other sites More sharing options...
Question
neokatsuya
- can anyone help me about this? i try used maplag below :
izlude mapflag nocommand 80
- But the problem is, player do @autoloot before going to that map.
is there any ways to force disable autoloot command upon entering izlude map?
Edited by neokatsuyaLink to comment
Share on other sites
5 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.