
10-04-2006, 12:59 PM
|
|
I'm Not Chance...Really
|
 |
Join Date: Aug 2004
Location: Coral Springs, Florida
Posts: 65
|
|
|
Being that ActionGrab doesn't exist try just using the keydown command along with playertouchsme.
i.e.
function onPlayerTouchsMe() {
if (keydown(4)) {
stuff
}
}
(I'm relatively sure the #4 = D I dunno what A is, but once you find that out it should work no problem). |
|
|
|