Admin say & server name 
55 comments Hey Guys, This is my first script hope you enjoy it! its just a script for your server, it will have the name and when you talk you admins will have "(AdM!N)" which can be edited!
you can download
you can edit it
you can use it on your server
you cant say its yours/ say you made it
UPDATE 10/12/2011: Yes! thanks guys for downloading this nooby script lol, but i never knew i could get 706 people to download this
lol..
Comment and Rate thx!





UPDATE 10/12/2011: Yes! thanks guys for downloading this nooby script lol, but i never knew i could get 706 people to download this


Comment and Rate thx!
edited 3×, last 11.12.11 02:45:19 am

There are already files in the archive which have a similar content.
Please create files which are more different from existing ones.
Use the description to explain us the advantages of your version.
Comments
55 commentsLog in!
You need to log in to be able to write comments!Log in
thanks for the feedback
and also for 1000+ downloads, for something that is old and sucky lol. I don't play CS2D anymore, but thats pretty crazy.


Sorry but, this is kinda trash Lua..
but for Beginners like you..
Great Job!!
im also a Filipino..
we dont need to Represent our Country for being a Pro Lua maker in a GAME..
Pinoy din ako. But this script is fucking easy-to-make that even your own country won't be proud of it. (SEAL Team 6 is also a filipino.)
be cool dude..
i dont make Lua Script but i know how to.
dont be Angry for our Country..
this is just a GAME..
Bitch
but for Beginners like you..
Great Job!!
im also a Filipino..
we dont need to Represent our Country for being a Pro Lua maker in a GAME..
Pinoy din ako. But this script is fucking easy-to-make that even your own country won't be proud of it. (SEAL Team 6 is also a filipino.)
be cool dude..
i dont make Lua Script but i know how to.
dont be Angry for our Country..
this is just a GAME..
Bitch
@
QLsnOw: Pinoy din ako. But this script is fucking easy-to-make that even your own country won't be proud of it. (SEAL Team 6 is also a filipino.)

11.12.11 06:40:03 am
I can make a script like this without even downloading this...
Code:
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
adminlist = {70513}
addhook("say","admin")
function admin(id,txt)
for _, usgn in ipairs(adminlist) do
if player(id,"usgn") == usgn then
msg("©255025025(ADMIN)"..player(id,"name")..": "..txt)
return 1
end
end
end
addhook("say","admin")
function admin(id,txt)
for _, usgn in ipairs(adminlist) do
if player(id,"usgn") == usgn then
msg("©255025025(ADMIN)"..player(id,"name")..": "..txt)
return 1
end
end
end