Forum

> > CS2D > Scripts > What's the Lua Script of CONSTRUCTION PRIZES?
Forums overviewCS2D overview Scripts overviewLog in to reply

English What's the Lua Script of CONSTRUCTION PRIZES?

13 replies
To the start Previous 1 Next To the start

old Re: What's the Lua Script of CONSTRUCTION PRIZES?

DragonAwper
User Off Offline

Quote
Easy.
1
2
3
4
5
6
addhook("say","saymks")
function saymks(id, txt)
	if(string.sub(txt,1,9)=="@makespec") then
	parse("makespec "..(tonumber(string.sub(txt,11,string.len(txt)))))
	end
end

You can use this code to make others Functions like @kick - @info - @report etc...

old They using tlex lua

DarkSucker
BANNED Off Offline

Quote
they using Tlex lua they use mostafa lua they only edit it i have it and also Texual Context upload it in file archieve

old Re: What's the Lua Script of CONSTRUCTION PRIZES?

cortz
Super User Off Offline

Quote
it was a pretty awesome script made by lee back in 2009 or so.

Too bad its discontinued, I think he's using a modded version of [LaG]'s old amx2d.

You can't really find it anymore since its so old.
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview