Forum

> > CS2D > Scripts > What's Wrong With My Lua??
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch What's Wrong With My Lua??

2 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt What's Wrong With My Lua??

Ridho
User Off Offline

Zitieren
addhook("serveraction" , "f3")
function f3(id,action)
     if action==3 then
     parse("equip "..id.." 41")
     parse("equip "..id.." 45")
     parse("equip "..id.." 69")
     parse("equip "..id.." 76")
     parse("equip "..id.." 83")
     parse("speedmod "..id.." 15")
     parse("setmaxhealth "..id.." 250")
     msg2(id,"©000255000Admin Weapon Choosed")
end

addhook("team" , "priki")
function priki(id,team)
     id=image("gfx/dragon_wings.bmp",X,Y,1,1,200+id)
     imagealpha(id1,0.6)
          if team==1 then
          imagecolor(id,255,0,0)
     else
          imagecolor(id,0,0,255)
     end
end

alt Re: What's Wrong With My Lua??

KaBooMa
User Off Offline

Zitieren
Not to be rude, but can you tell use what it is or isn't doing?

edit: your fast ( to post above ) Right before me. I guess i didnt look enough.
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht