Forum

> > CS2D > Scripts > zombie classes and fruad
Forums overviewCS2D overview Scripts overviewLog in to reply

English zombie classes and fruad

4 replies
To the start Previous 1 Next To the start

old zombie classes and fruad

Spook MQ Hacker
BANNED Off Offline

Quote
GUYS the zombie classes and forum and zombie classes and add i combine it like THIS>
Spoiler >

old Zombie Mod

sheeL
User Off Offline

Quote
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
29
30
31
addhook("serveraction","lol")
function lol(id,a)
if a == 2 then --F3
if player(id,"usgn")== 45813 or xxxxx or xxxxx then -- Replace xxxxx for your usgn or other usgn
     menu(id,"Zombie,Stringer,Runer,Slow,None")
     end
     end
end

addhook("menu","lold")
function lold(id,a,b)
if a == "Zombie" then
     if b == 1 then
          parse("setmaxhealth "..id.." 20")
          parse("speedmod "..id.." 60 ")
          msg2(id,"©000255000Zombie mod Selected!")
     elseif b == 2 then        
          parse("speedmod "..id.." 5 ")
          parse("setmaxhealth "..id.." 120")
          msg2(id,"©000255000Zombie mod Selected!")
     elseif b == 3 then  
          parse("speedmod "..id.." 99 ")
          parse("setmaxhealth "..id.." 15")
          msg2(id,"©000255000Zombie mod Selected") 
     elseif b == 4 then
          parse("speedmod "..id.." 1 ")
          parse("setmaxhealth "..id.." 100")
          msg2(id,"©000255000None selected!")  
     end
end
end

Working
edited 1×, last 09.12.11 07:12:51 pm
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview