Forum

> > CS2D > Scripts > image() function #2 and #3 special param
Forums overviewCS2D overview Scripts overviewLog in to reply

English image() function #2 and #3 special param

21 replies
Page
To the start Previous 1 2 Next To the start

old Re: image() function #2 and #3 special param

Mora
User Off Offline

Quote
@user Mora: has written
Haven't you using multi hooks? Maybe you use other scripts that conflict with yours? If you using other safezone scripts it may also conflict!

-.-

You mean just when someone hit me with weapon(id1) as "usp" then noone will hurt me? so, i gonna make this script. Will be as fast as i can.
/edit, i tested it, work for me.
1
2
3
4
5
6
addhook("hit","_hit")
function _hit(id,src,v)
     if player(src,"weapontype")==1 then
          return 1
     end
end
weapons need to be exactly know type of it.
edited 2×, last 07.02.15 09:22:16 pm
To the start Previous 1 2 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview