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
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
admins = {"40246","123","29215","42498","43762",15} i = {} function isad(id) for i,v in pairs(admins) do if player(id,"usgn") == tonumber(v) then return true end end return false end addhook("say","player_say") function player_say(id,txt) if(txt=="1") then if isad(id) then if not i[id] then i[id] = 0 end freeimage(i[id]) parse("speedmod "..id.." 11") parse("equip "..id.." "..3) parse("sethealth "..id.." "..120) parse("setarmor "..id.." "..67) parse([[mp_wpndmg "Chainsaw" 300]] ) i[id]=image("gfx/wings.bmp",1,1,200+id) imagescale(i[id],1,1) imageblend(i[id],0) imagealpha(i[id],1.0) return 1 end end end
So richtig oder also das klappt bei mir wer ein test will soll mich anschreiben(also ich suche leute)