Quote:
Originally Posted by fragman85
"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 onActionServerSide( param1, param2, param3 ) {
//...
}
Pointless, but still might be the case.