Files

> > CS2D > Lua Scripts > [474] - HappyTown/Admin Lua v1.3
Files overviewCS2D overviewLua Scripts overview

English [474] - HappyTown/Admin Lua v1.3 >

162 comments14 kb, 2,705 Downloads

old [474] - HappyTown/Admin Lua v1.3

Chingy
User Off Offline

Some people knew my server, some not. It's a basic administrative script for most of your server owner needs.

This script is used by "@" commands, not through a menu.

> You can open the help ingame by writing @help 1 and @help 2.
> Teleportation is usable with F4. It teleports you to your Mouse Targeted Position.
> F3 will open a hat menu.
> F2 will open a Menu for Member, Mod, GM & Admin.
> AntiKillArea is contained. Starts working by adding coordinates to it.
-----------

Updates >

Editing the AntiKillArea >

Changing the rank colors >


INFO

I won't continue the script. There will be no further updates.
I allow you to edit this script for your own use only.
If you want to reupload a modified version of this script, notify me in a private message and put me into the credits.
edited 43×, last 07.02.24 08:57:37 am
Approved by Yates

Download Download

14 kb, 2,705 Downloads

Comments

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

Log in!

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

old

Chingy
User Off Offline

@user xecutioner: You should learn to read. There's no map with the lua script coming.

old

dragon13
User Off Offline

very good nice
I like it!

old

DiC
User Off Offline

Chingy i can help you, for the v1.4, i made:
• Teleport menu, fixxed work now!
• Rankupdates, Vip, Member, Moderator, Admin {Special Rank Vip}
• New Menus for all ranks!
• Hatsmenu fix, new Folder
• And some other Stuff

old

Chingy
User Off Offline

@user GraPhix:
shit.lua has written
1
2
3
4
5
6
print ("whore whore whore!")
print ("whore whore whore!")
print ("whore whore whore!")
print ("whore whore whore!")
print ("whore whore whore!")
print ("whore whore whore!")

This?

old

GraPhix
User Off Offline

@user Chingy: he wanted to say, when he writes shit in his .lua works they dont work and he gets called a whore whole time. NAILED IT!

old

Chingy
User Off Offline

user Reynoso00 has written
hijd e whore
Uhm.. ok. E-Whore. Sure, I completely understood what you wanted to tell me.

old Gabiel

Reynoso00
User Off Offline

As I write in server.lua hijd e whore the next well explained.

old

Chingy
User Off Offline

@user unu: Your English, so horrible...

old

unu
User Off Offline

what script is men??? what the fuck

old

Chingy
User Off Offline

@user Deathsnark: I don't know. Check it in the script. Feel free to change it.

old

Chingy
User Off Offline

@user GraPhix: I'm not raging at all. I just told you to get lost. Also I don't need drugs to be "chilled" unlike you.

old

GraPhix
User Off Offline

@user Chingy: omg... you rage. take a chill pill.

old

GraPhix
User Off Offline

I don't like it very much

old

Chingy
User Off Offline

@user DiC: Are you fucking dumb? What did I just say a few days ago?

old

DiC
User Off Offline

@user Chingy:
1
2
if player(id,"usgn") == 25383 then
               level[id] = 4

level 4 = admin ehm...
ur're usgn is 25383 :x

old

Chingy
User Off Offline

@user DiC: So? What's the problem? I said everyone is able to edit the script for their own use.

old

DiC
User Off Offline

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
function a(id)
	level[id] = 0
	mute[id] = false
	tel[id] = false
	hat[id] = nil
	god[id] = false
	grab[id] = 0
	grabon[id] = false
	if player(id,"usgn") > 0 then
		level[id] = lvl(id)
		if player(id,"usgn") == 25383 then
			level[id] = 4
		end
	end
end

Ehm...
To the start Previous 1 2 3 4 5 6 7 8 9 Next To the start