[QUOTE=iRzilla;25378669]@Bleotum I thought we weren't allowed to leak the Refugee camp posts?[/QUOTE]
since when they're in the lmao pics every once in awhile nobody cares everybody laughs
[QUOTE=sphinxa279;25359661][lua]if Overv == "awesome"
return true
end[/lua]
[editline]05:01PM[/editline]
You're fucking awesome Overv[/QUOTE]
aren't you supposed to define that hes awesome first or it'll just return false??
also, you forgot 'then'
I wonder why there's this "BirdBro" guy who rates every post dumb like mine.
[QUOTE=Wolfo;25449531]I wonder why there's this "BirdBro" guy who rates every post dumb like mine.[/QUOTE]
Do yourself a favour and start ignoring who rates what early. Shit gets old and posts to complain about ratings are useless.
We had this shit back in the day when you could see who rated what before.
Quite frankly, I think we were better off not knowing who rated what.
Thanks Overv! Rated king :D
[QUOTE=subenji99;25454071]Do yourself a favour and start ignoring who rates what early. Shit gets old and posts to complain about ratings are useless.
We had this shit back in the day when you could see who rated what before.
Quite frankly, I think we were better off not knowing who rated what.[/QUOTE]
If i recall good it was a bot that rated that. Now its physical person doing that. Other than that i agree that garry should remove the list of raters. It'll just cause too much e-drama.
[lua]local luatags = "back"[/lua]
[editline]17th October 2010[/editline]
No view plain though
[QUOTE=Tobba;25458390][lua]local luatags = "back"[/lua]
[/QUOTE]
Yay.
What happened before?
[QUOTE=Wolfo;25458842]Yay.
What happened before?[/QUOTE]
Simply, they were just forgotten about and not added.
They're a bit ugly now. :(
[QUOTE=subenji99;25454071]Do yourself a favour and start ignoring who rates what early. Shit gets old and posts to complain about ratings are useless.
We had this shit back in the day when you could see who rated what before.
Quite frankly, I think we were better off not knowing who rated what.[/QUOTE]
I very much disagree. I miss the good ol' days, and this is probably as close as it's going to get.
[editline]17th October 2010[/editline]
[quote=lexic;25462553]they're a bit ugly now. :([/quote]
[lua]yes.[/lua]
Why is there a random green bar above it?
[img]http://db.tt/nRkd0cT[/img]
Click it and it opens it's about-dialog. The plugin's about-dialog that is.
It redirects me to [url]www.facepunch.com[/url] when I click on it.
I also see "view plain" being somewhere inside there. I see the P inside the green bar.
Let's try a bigger paste:
[lua]
local models = {
"models/props_foliage/cactus01.mdl",
-- "models/props_foliage/tree_pine04.mdl",
-- "models/props_foliage/tree_pine05.mdl",
-- "models/props_foliage/tree_pine06.mdl",
-- "models/props_foliage/tree_pine_large.mdl",
-- "models/props_foliage/tree_stump01.mdl",
-- "models/props_foliage/tree_dead01.mdl",
-- "models/props_foliage/tree_dead02.mdl",
-- "models/props_foliage/tree_dead03.mdl",
-- "models/props_foliage/tree_dead04.mdl",
-- "models/Cliffs/rockcluster01.mdl",
-- "models/Cliffs/rockcluster02.mdl",
-- "models/Cliffs/rocks_large01.mdl",
-- "models/Cliffs/rocks_large01_veg.mdl",
-- "models/Cliffs/rocks_large02.mdl",
-- "models/Cliffs/rocks_large02_veg.mdl",
-- "models/Cliffs/rocks_large03.mdl",
-- "models/Cliffs/rocks_large03_veg.mdl",
-- "models/Cliffs/rocks_medium01.mdl",
-- "models/Cliffs/rocks_medium01_veg.mdl",
-- "models/Cliffs/rocks_medium02.mdl",
-- "models/Cliffs/rocks_medium02_veg.mdl",
-- "models/Cliffs/rocks_medium03.mdl",
-- "models/Cliffs/rocks_medium03_veg.mdl",
-- "models/Cliffs/rocks_small01.mdl",
-- "models/Cliffs/rocks_small01_veg.mdl",
-- "models/Cliffs/rocks_small02.mdl",
-- "models/Cliffs/rocks_small02_veg.mdl",
-- "models/Cliffs/rocks_small03.mdl",
-- "models/Cliffs/rocks_small03_veg.mdl",
-- "models/Cliffs/rocks_xlarge01.mdl",
-- "models/Cliffs/rocks_xlarge01_veg.mdl",
-- "models/Cliffs/rocks_xlarge02.mdl",
-- "models/Cliffs/rocks_xlarge02_veg.mdl",
-- "models/Cliffs/rocks_xlarge03.mdl",
-- "models/Cliffs/rocks_xlarge03_veg.mdl",
}
function RandomFloorPosition()
local random
repeat
random = VectorRand()*16000
until util.PointContents(random) ~= CONTENTS_SOLID
local trace = util.TraceHull({start = random, endpos = random + Vector(0,0,-16000), filter = ply, mins = Vector(-20,-20,0), maxs = Vector(20,20,20)})
return trace.HitPos, trace.HitNormal:Angle() + Angle(90)
end
local ents = {}
local amount = 1500
for i = 1, amount do
ents[i] = ClientsideModel(table.Random(models))
local pos, ang = RandomFloorPosition()
ents[i]:SetPos(pos)
ents[i]:SetAngles(ang + Angle(0,math.random()*360, 0))
ents[i]:SetModelScale(Vector()*math.Rand(1,4))
end
if RemoveAllCacti then RemoveAllCacti() end
function RemoveAllCacti()
for i = 1, amount do
ents[i]:Remove()
end
end
[/lua]
[editline]17th October 2010[/editline]
yeah view plain is behind the first line number for me. when I click it, it redirects me to [url]www.facepunch.com[/url] too.
[QUOTE=CapsAdmin;25464664]yeah view plain is behind the first line number for me. when I click it, it redirects me to [url]www.facepunch.com[/url] too.[/QUOTE]
The about page opens fine for me, but the view plain (hiding behind number 1) redirects me to [url]http://www.facepunch.com/forum.php[/url]
For me it says [url]http://www.facepunch.com/#[/url] at the bottom
maybe it's the greasemonkey script, but I doubt it
[editline]17th October 2010[/editline]
in the status bar I mean
[editline]17th October 2010[/editline]
same without it
Looks like this for me (Chrome 8)
[img]http://localhostr.com/files/9bf639/luatag.png[/img]
"view plain" is white text on white background, behind number 1.
[lua]
local luatags = "new"
local isugly
if luatags == "new" then
isugly = true
else
isugly = false
end
[/lua]
[lua]local luatags = "new"
local isugly = luatags == "new" and true or false[/lua]
Also, dont rate yourself, it just looks retarded
[QUOTE=Tobba;25467414][lua]local luatags = "new"
local isugly = luatags == "new" and true or false[/lua][/QUOTE]
[lua]local luatags = "new"
local isugly = luatags == "new"[/lua]
:eng101:
oh fuck why didnt i think of that :eng99:
My Code is shit. I agree.
I dislike the new Lua tags. They're ugly.
Me too. I want the old ones back.
The new colours are ok though.
A dark color scheme would be win.
Hup Hup Overv!
Make a script to replace new with old! :D
Already working on that :ssh:
Will Garry edit them?
This script turns the new Lua tags into the old ones. You just need a browser that supports user scripts, like Firefox and Chrome.
[b]Download[/b]
[url]http://userscripts.org/scripts/show/88436[/url]
Sorry, you need to Log In to post a reply to this thread.