Forum

> > CS2D > Scripts > Why this doesn't work?
Forums overviewCS2D overview Scripts overviewLog in to reply

English Why this doesn't work?

1 reply
To the start Previous 1 Next To the start

moved Why this doesn't work?

4Vendetta
User Off Offline

Quote
1
2
3
4
5
addhook("startround","_startround")

function _startround()
     local id=image("gfx/Kraft/HUD.PNG",0,0,2)
end

Admin/mod comment

Why do you even post this here when you know that it's a script problem, you even wrote [script] in front of the title. WHY don't you just post it in the script subforum? /ohaz

old Re: Why this doesn't work?

ExecL
User Off Offline

Quote
1
2
3
4
addhook("join","_join")
function _join(id)
     hudimage = image("gfx/Kraft/HUD.png",0,0,2)
end

See if this works.

---

Tested, works.
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview