PAC3-Server / notagain

Custom Servercontent for the official PAC3 Server.
GNU General Public License v3.0
13 stars 22 forks source link

Added a "them" option and more #89

Closed NanoAi closed 7 years ago

NanoAi commented 7 years ago

I always wanted to contribute to easylua and now I see my chance!

WARNING READ BEFORE MERGING: This is currently only tested using the following chat commands... !l them = CreateAllFunction(function(v) return table.HasValue(we, v) and me ~= v end) !l function T(val) local vals = {} for _,v in next, val.__index() do table.insert(vals,v.ent) end return vals end !l for _,v in next, T(us) do v:SetPos(v:GetPos()+Vector(0,0,500)) end !l them:TakeDamage(100) I will update this post when I've officially tested it!

NanoAi commented 7 years ago

Thanks @Datamats is there any way people like me could get the perms to request their own reviews?