Jaysds1 Posted July 3, 2011 Posted July 3, 2011 When I'm on my free roam server, a player told me to type in cv 431.1 I think, and it gave the person a tank... How do you block people from doing that? My in-game name: Jaysds1 Retired CMG Scripter World Of Tanks GameMode (Open-Source): https://github.com/Jaysds1/mtasa-wot-gamemode Online GUI-Editor (WIP): https://forum.mtasa.com/topic/47678-online-gui-editor/
0 Castillo Posted July 3, 2011 Posted July 3, 2011 It's a freeroam bug, you must fix it. San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
0 Jaysds1 Posted July 3, 2011 Author Posted July 3, 2011 But how? My in-game name: Jaysds1 Retired CMG Scripter World Of Tanks GameMode (Open-Source): https://github.com/Jaysds1/mtasa-wot-gamemode Online GUI-Editor (WIP): https://forum.mtasa.com/topic/47678-online-gui-editor/
0 eAi Posted July 3, 2011 Posted July 3, 2011 Well, the obvious thing to do is to not just type in random stuff people tell you to type in?
0 Moderators Zango Posted July 3, 2011 Moderators Posted July 3, 2011 Anyone can type in /cv X.X and it'll parse the restricted vehicles list. Force a hole number before using server.giveMeVehicles
0 Jaysds1 Posted July 4, 2011 Author Posted July 4, 2011 Well, the obvious thing to do is to not just type in random stuff people tell you to type in? I wanted to try it for server/future purposes. So there is no way of blocking it? My in-game name: Jaysds1 Retired CMG Scripter World Of Tanks GameMode (Open-Source): https://github.com/Jaysds1/mtasa-wot-gamemode Online GUI-Editor (WIP): https://forum.mtasa.com/topic/47678-online-gui-editor/
0 diegofkda Posted July 4, 2011 Posted July 4, 2011 This community resource may help you (if someone gets a rhino or a minigun, this script will kill him). "Everything exists, because otherwise nothing would", Bob Marley, 2015.
0 karlis Posted July 4, 2011 Posted July 4, 2011 fr_server.lua line 320 replace the existing line with this one: elseif not table.find(getOption('vehicles.disallowed'), math.floor(vehID)) then after being in scripting forums for such a long time you should be able to fix this so very easily, shame that you still cant. [WIP]GTA IV style hud+custom blips + blip text + circular radar areas
0 Jaysds1 Posted July 4, 2011 Author Posted July 4, 2011 Thanks diegofkda, and Everyone My in-game name: Jaysds1 Retired CMG Scripter World Of Tanks GameMode (Open-Source): https://github.com/Jaysds1/mtasa-wot-gamemode Online GUI-Editor (WIP): https://forum.mtasa.com/topic/47678-online-gui-editor/
0 Arran Posted July 7, 2011 Posted July 7, 2011 I recommend you get the newest copy of freeroam from here: http://code.google.com/p/mtasa-resources/downloads/list There are two exploits in freeroam which were both fixed by MX_Master.
Question
Jaysds1
When I'm on my free roam server, a player told me to type in cv 431.1 I think, and it gave the person a tank...
How do you block people from doing that?
My in-game name: Jaysds1
Retired CMG Scripter
World Of Tanks GameMode (Open-Source): https://github.com/Jaysds1/mtasa-wot-gamemode
Online GUI-Editor (WIP): https://forum.mtasa.com/topic/47678-online-gui-editor/
9 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now