Forum

> > CS2D > Scripts > trigger_move
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch trigger_move

3 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt trigger_move

SkullFace
User Off Offline

Zitieren
can I like open "menu" with move trigger just like use trigger ?

this is just a part of a my script
1
2
3
4
addhook("use","gunbuy")
function gunbuy(id,event,data,x,y)
     if (x == 17 and y == 10) then
          menu(id,"M1A1 Carbine Menu,Buy|500 Pts.")

alt Re: trigger_move

oxytamine
User Off Offline

Zitieren
BureX hat geschrieben
can I like open "menu" with move trigger just like use trigger ?

this is just a part of a my script
1
2
3
4
addhook("use","gunbuy")
function gunbuy(id,event,data,x,y)
     if (x == 17 and y == 10) then
          menu(id,"M1A1 Carbine Menu,Buy|500 Pts.")

Yes, you can. I wonder where do you guys get so many stupid questions.

alt Re: trigger_move

SkullFace
User Off Offline

Zitieren
ok, so lets start over.

I want to know if I can use the "trigger_move" same as "trigger_use" with lua. I putted the script there cuz i have the "use" hook. so im just wonderin'

EDIT : ah too slow (3 mins -_-)
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht