
06-30-2001, 12:11 AM
|
|
Banned
|
 |
Join Date: Mar 2001
Location: United States of America
Posts: 1,733
|
|
|
No....keydown doesn't work server side. Thats a problem with this...I made a balloon pumping event, but online it didn't work because of a few things:
1) Since keydown can only be reconized clientside, I had to set variables client side that were effected by keydown...
2) Since clientside variables can't be read serverside (according to...I forgot who...) it would be impossible for that script to work the way I want it to...
So instead, make a weapon, and make it use triggeraction....you could do basicly the same thing |
|
|
|