View Single Post
  #3  
Old 04-06-2009, 03:22 PM
salesman salesman is offline
Finger lickin' good.
salesman's Avatar
Join Date: Nov 2008
Location: Colorado
Posts: 1,865
salesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud of
Quote:
Originally Posted by fragman85 View Post
"params" not "param"

example:

PHP Code:
if (params[1] == "test") { blabla; } 
And I think I told you already in another Thread, please use PHP tags
Still doesn't explain why it worked when the objects were within 3 tiles. That's odd...never has happened to me that I can recall.

Maybe his function is set up like this:
PHP Code:
function onActionServerSideparam1param2param3 ) {
  
//...

Pointless, but still might be the case.
Reply With Quote