• Help with DarkRP and TacInsert addon.
    3 replies, posted
Tactical Insertion Addon - [url]http://steamcommunity.com/sharedfiles/filedetails/?id=322038989[/url] So I'm developing a starwarsrp server, and I'm using darkrp as the base gamemode. We're experiencing an issue with players being arrested when they have a Tactical Insertion placed. Instead of teleporting to the jail, they just get sent to their tactical insertion. My theory is that I could go into the tacinsert addon and set up some shit to check if the player is arrested then their tactical insertion is removed, but I'm not sure how I'd do that. I messed around using the information on [URL="http://wiki.darkrp.com/index.php/Hooks/Server/playerArrested"]this[/URL] page but wasn't able to make much progress. I'm assuming you already have DarkRP if you play Garry's Mod, but if not then a quick search on the workshop will be in your favor. If anyone could help me develop a fix for this or send me off in the right direction, that would be awesome. Thank you in advance!
bump
[code]if not ply:isArrested() then -- Do shit end[/code] Wrap this around teleport code?
Could post the code and I'd give a shot helping you.
Sorry, you need to Log In to post a reply to this thread.