View Single Post
  #5  
Old 05-19-2008, 09:04 PM
Stryke Stryke is offline
Scripter
Join Date: Apr 2008
Posts: 157
Stryke is an unknown quantity at this point
I'm trying to make them like Era cars.

There seems to be nothing wrong with the triggeraction's arguments...
It echoed:

PHP Code:
First time
x
-42.5
y
-50
acct
-Graal711249

Second time
x
-42.5
y
-51.34
acct
-Graal711249 
But it never displays the second "BLAH"..

PHP Code:
function onActionGrabbed(acct)
{
  echo(
"BLAH"); 
  ....
  .....

Well for now I resorted to using a new putnpc2.. Tell me if anyone has any ideas though.
Reply With Quote