Quote:
Originally Posted by Programmer
Please use the edit button rather than triple-posting. Try this:
PHP Code:
setShootParams("foo");
//...
function onActionProjectile2()
{
echo(params);
//...
}
See what comes up.
|
well i solved my problem but sure i can test that
Edit: noting gets echod on your example!