Dateien

> > CS2D > Lua Scripts > Transcript Lua Experiment 1.07 [TLex]
DateiübersichtCS2D-ÜbersichtLua Scripts-Übersicht

Englisch Transcript Lua Experiment 1.07 [TLex] >

145 Kommentare23 kb, 2.539 Downloads

alt Transcript Lua Experiment 1.07 [TLex]

Apache uwu
User Off Offline

TLex 1.07 [Version.Major.Revision]

Features
•Preprocesser system
Mehr >


•Command System
Mehr >


•Blacklist system
Mehr >


•User System
Mehr >


•Report System
Mehr >


•Voting System
Mehr >


•Banning System
Mehr >


•Config System
Mehr >


•Shortcut System
Mehr >


•Anti-AWP system
Mehr >




•Side Notes
Mehr >



•Changelog
Mehr >



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
59× editiert, zuletzt 19.09.12 01:17:14
Zugelassen von Starkkz

Download Download

23 kb, 2.539 Downloads

Kommentare

145 Kommentare
Seite
Zum Anfang Vorherige 1 2 3 4 5 6 7 8 Nächste Zum Anfang

Logge dich ein!

Du musst dich einloggen, um selber Kommentare verfassen zu können!Einloggen

alt

Felipe Lima
User Off Offline

How can I add Admins ?

Error: Authentication is possible but has failed or not yet been provided.
Ich mag es!

alt

Shawni
User Off Offline

Nice lua

But what about new verision ?
Ich mag es!

alt

Lubo
User Off Offline

REALLY good lua.
good job
Ich mag es!

alt

Suprise
BANNED Off Offline

Thanks. Report is working now.!
Ich mag es!

alt

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.

alt

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.
Ich mag es!

alt

Suprise
BANNED Off Offline

When i used @report then was this:

Spoiler >
Ich mag es!

alt

PowerSpeed
User Off Offline

spawnwall doesn't work right?
Ich mag es!

alt

Misho
User Off Offline

Agree with user danh
You have to fix this.
Ich mag es!

alt

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
Ich mag es!
2× editiert, zuletzt 22.04.12 11:43:27

alt

Dragonisser
User Off Offline

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

alt

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

alt

Suprise
BANNED Off Offline

Where can I enable Report system?
Ich mag es!

alt

Temper
User Off Offline

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

alt

Shawni
User Off Offline

Am Waiting The Next Verision
Ich mag es!

alt

Geez
GAME BANNED Off Offline

oh guy, AWESOME!
Ich mag es!

alt

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 ;

alt

Keshen
User Off Offline

How can I add Members/Admins ?
Ich mag es!
Zum Anfang Vorherige 1 2 3 4 5 6 7 8 Nächste Zum Anfang