Files

> > CS2D > Lua Scripts > Transcript Lua Experiment 1.07 [TLex]
Files overviewCS2D overviewLua Scripts overview

English Transcript Lua Experiment 1.07 [TLex] >

145 comments23 kb, 2,539 Downloads

old Transcript Lua Experiment 1.07 [TLex]

Apache uwu
User Off Offline

TLex 1.07 [Version.Major.Revision]

Features
•Preprocesser system
More >


•Command System
More >


•Blacklist system
More >


•User System
More >


•Report System
More >


•Voting System
More >


•Banning System
More >


•Config System
More >


•Shortcut System
More >


•Anti-AWP system
More >




•Side Notes
More >



•Changelog
More >



To add the first superadmin read the readme or click read User System+

Enjoy!

Spoiler >


IMG:https://i.creativecommons.org/l/by-sa/3.0/88x31.png
edited 59×, last 19.09.12 01:17:14 am
Approved by Starkkz

Download Download

23 kb, 2,539 Downloads

Comments

145 comments
Page
To the start Previous 1 2 3 4 5 6 7 8 Next To the start

Log in!

You need to log in to be able to write comments!Log in

old

Felipe Lima
User Off Offline

How can I add Admins ?

Error: Authentication is possible but has failed or not yet been provided.
I like it!

old

Shawni
User Off Offline

Nice lua

But what about new verision ?
I like it!

old

Lubo
User Off Offline

REALLY good lua.
good job
I like it!

old

Suprise
BANNED Off Offline

Thanks. Report is working now.!
I like it!

old

Apache uwu
User Off Offline

Opps! I forgot to add that in the final script.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
addhook("serveraction","__serveraction")
addhook("always","__always")
addhook("clientdata","__clientdata")

__mouse={}

function __serveraction(id,action)
	if v_wallhack then
		if action==2 then
			if t_ranks[t_user[id][2]][1]>=7 then
				__objname=entity(__mouse[id][1],__mouse[id][2],"name")
				if __objname then
					parse("trigger \""..__objname.."\"")
				end
			end
		end
	end
end

function __always()
	reqcld(0,2)
end

function __clientdata(id,datatype,data1,data2)
	if datatype==2 then
		__mouse[id]={math.floor(data1/32),math.floor(data2/32)}
	end
end

Simply add that after dofile in server.lua or replace the server.lua with the new version [updated].

Oh well at least the fail safe mechanism worked, you can use "@enablecommand report" to re-enable the command. I'll remember to fix it.

old

Misho
User Off Offline

user Suprise one small tip.
Don't report bots. it's a little glitch in the lua. (i think so).
Btw the report works pretty good for me.
I'm just asking How to use the WallHack user Apache uwu telll us.
I like it!

old

Suprise
BANNED Off Offline

When i used @report then was this:

Spoiler >
I like it!

old

PowerSpeed
User Off Offline

spawnwall doesn't work right?
I like it!

old

Misho
User Off Offline

Agree with user danh
You have to fix this.
I like it!

old

danh
User Off Offline

i said
1
@wallhack on
all it did waz msg2 me 'wallhack ON'
its not actually doing anything...
(and b4 u ask, i DID make myself s.admin)

I like it! ^ 999
I like it!
edited 2×, last 22.04.12 11:43:27 am

old

Dragonisser
User Off Offline

its crash everytime i start server then, first blood --> 1 sec later error

old

Apache uwu
User Off Offline

It's automatically enabled, @banip,@banusgn,@banipusgn,@ipban,@usgnban,@report will all log to the reports folder.

@user Temper: I have no idea lololo

old

Suprise
BANNED Off Offline

Where can I enable Report system?
I like it!

old

Temper
User Off Offline

Awesome script, btw on the autorizations.txt theres the ranks and on the side theres a 0 what is it ?
I like it!

old

Shawni
User Off Offline

Am Waiting The Next Verision
I like it!

old

Geez
GAME BANNED Off Offline

oh guy, AWESOME!
I like it!

old

Apache uwu
User Off Offline

@user Keshen: 2 Files:
     87063.cfg
          Containing:
               Keshen superadmin ;
     Keshen.cfg
          autologin 87063 ;

@user 3xuse: 2 Files:
     87584.cfg
          Containing:
               Pawky superadmin ;
     Pawky.cfg
          Containing:
               autologin 87584 ;

old

Keshen
User Off Offline

How can I add Members/Admins ?
I like it!
To the start Previous 1 2 3 4 5 6 7 8 Next To the start