ItsMods

Full Version: A few questions
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
1. Are thermal or nightvision possible? (or the uav vision with the red squares)
2. Is there a qay to use chatbox for commands? (example: when you type !shop , the shop menu will open)
3. How can I make the map dark without using fog?
4. Is there a way to save player stat and make custom ranks?
5. This one is longer but probably easier than others. Everybody starts with a wars. When you put the ward down, players around the ward gains increased damange, when they get out of wards range their damage turns back to normal and when they get back in the range they will gain increased damage. Also if there are multiple wards placed your damage will be increased more(10 for each ward). The function I need should control how many wars are affecting a player and give increased damage according the ward amount.

Thanks Smile
2. No
4. No
5. Why wouldn't this be possible.. ?
Only way to listen to player commands is to whitelist /openscriptmenu .. remove all the crash exploits from _menu.gsc and if response == "derpherp" -> say lemonderp. A player would have to type /openscriptmenu z derpherp in console.
Saved xp is only possible via setclientdvar and then getting it via my getclientdvar method.. but it could really easily be hacked and it would probably lag the player for 1 sec when joining the server
Anybody else?