Forum

> > CS2D > Scripts > zombie classes and fruad
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch zombie classes and fruad

4 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt zombie classes and fruad

Spook MQ Hacker
BANNED Off Offline

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

alt Zombie Mod

sheeL
User Off Offline

Zitieren
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
1× editiert, zuletzt 09.12.11 19:12:51
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht