Forum

> > CS2D > Scripts > What's the Lua Script of CONSTRUCTION PRIZES?
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch What's the Lua Script of CONSTRUCTION PRIZES?

13 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

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

DragonAwper
User Off Offline

Zitieren
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...

alt They using tlex lua

DarkSucker
BANNED Off Offline

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

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

cortz
Super User Off Offline

Zitieren
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.
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht