Admin Invencible 
22 comments Hi All
Is my first Script Please rate.
No Edit
No use your
Use in your server
Thanks for download...
Is my first Script Please rate.




Thanks for download...
edited 1×, last 03.01.12 05:40:13 pm

The quality of the file is too low!
Please invest more time and only upload stuff which is actually good.
Do not upload your first "5 minute"-attempts.
Sorry, but nobody wants to see and download stuff like that!
Comments
22 commentsLog in!
You need to log in to be able to write comments!Log in
Setting everyone's HP to 250 every 100ms isn't that reliable. Just hit someone with a laser and see if they survive that hit.

Ok i wont say any bad words and i wont download because my Disk C is full.
Put i gave you 4/5 for ur frist script
Put i gave you 4/5 for ur frist script


guys dont criticize this script. He sad that his first lua.
"Any road begins with the first step..."
"Any road begins with the first step..."
Damn script sucks and it gives only 250 hp and not really invulnerable. Plus, it affects everyone on the server. I agree with
EngiN33R, stop posting first scripts because they're usually useless.

@
VADemon: Best Picture/Avatar Ever
: Hooray for SpongeBob! ;DDD


@
VADemon: Not really a big deal, my server use table for write admin usgn for a couple month and i have 32 admin there but i never get lag even I host it at my house with 1 GB Ram

@
Jynxxx:
Your way would work but it isn't efficient when there're many admins... I would cause lag when there're would be many entries in the "admin" table.

Your way would work but it isn't efficient when there're many admins... I would cause lag when there're would be many entries in the "admin" table.
ok how is this invincible, and this code is for everyone
this would have been better
Code:
1
2
3
4
2
3
4
addhook("ms100","equip")
function equip()
parse("setmaxhealth 1 250")
end
function equip()
parse("setmaxhealth 1 250")
end
this would have been better
Code:
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
admin = {USGN HERE}
addhook("hit","adminhit")
function adminhit(id,source)
for a = 1,#admin do
if player(id,"usgn")==admin[a] then
return 1
end
end
addhook("hit","adminhit")
function adminhit(id,source)
for a = 1,#admin do
if player(id,"usgn")==admin[a] then
return 1
end
end