Forum

> > CS2D > Scripts > image() function #2 and #3 special param
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

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

21 Antworten
Seite
Zum Anfang Vorherige 1 2 Nächste Zum Anfang

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

Mora
User Off Offline

Zitieren
@user Mora: hat geschrieben
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.
2× editiert, zuletzt 07.02.15 21:22:16
Zum Anfang Vorherige 1 2 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht