• Issue with FAdmin
    2 replies, posted
Hello, I am currently having an issue with FAdmin on a DarkRP server. I am Head Admin (a group that inherits from Admin), but for some reason, I can't move vehicles. I have looked everywhere for a fix, and I've made a few custom scripts, but nothing is working. It seems like it has to be an issue with FAdmin, which I have no clue how to fix. Does anyone know how to give custom groups access to moving vehicles? Thank you in advance!
@CLNissen lua/autorun hook.Add("PhysgunPickup", "AllowCarPickup", function(ply, ent)if ent:IsVehicle() and !(ply:IsAdmin() or ply:IsSuperAdmin()) then return false end end) try that?
Try, Utilities -> Admin settings You should allow your admin to use the physgun on vehicles.
Sorry, you need to Log In to post a reply to this thread.