0 Members and 1 Guest are viewing this topic.
e2function void entity:applyForce(vec) if not IsAdmin(owner) then return end //applyForce code hereend
e2function void entity:applyForce(vec) if not table.HasValue({"RANK1", "RANK2", "RANK3"}, ply:GetUserGroup()) then return end //applyForce code hereend